#E9D25C

Color #E9D25C Portica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portica #E9D25C

Tints of Portica #E9D25C

Color information

#E9D25C (or 0xE9D25C) is unknown color: approx Portica. HEX triplet: E9, D2 and 5C. RGB value is (233,210,92). Sum of RGB (Red+Green+Blue) = 233+210+92=535 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.55% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 92 (36.33% from 255 or 17.20% from 535); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D25C is #162DA3. Grayscale: #CBCBCB. Windows color (decimal): -1453476 or 6083305. OLE color: 6083305.

HSL color Cylindrical-coordinate representation of color #E9D25C: hue angle of 50.21º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E9D25C is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB23321092-
CMYK00.100.610.09
HSL50.21º76.22%63.73%-
HSV(B)50.21º60.52%91.37%-
XYZ58.5864.1919.43-
YUV203.4265.12149.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 233 (91.41% from 255) = 43.55%
GREEN value IS 210 (82.42% from 255) = 39.25%
BLUE value IS 92 (36.33% from 255) = 17.20%
R=43.55%
G=39.25%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332109200.100.610.0950.2176.2263.73
HexE9D25C0A3D9324c40
Octal351322134012751162114100
Binary1110100111010010101110001010111101100111001010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D25C; }

 p { color: rgb(233,210,92); }

 H1.HeaderClassName
 {
   color: #E9D25C;
 }
 .AnyTagClassName
 {
   color: #E9D25C;
 }
</style>
background-color css

<style>
 a { background-color: #E9D25C; }

 a { background-color: rgb(233,210,92); }

 div.DivClassName
 {
   background-color: #E9D25C;
 }
 .BgClassName
 {
   background-color: #E9D25C;
 }
</style>
border-color css

<style>
 span { border-color: #E9D25C; }

 span { border-color: rgb(233,210,92); }

 td.TdClassName
 {
   border-color: #E9D25C;
 }
 .TagClassName
 {
   border-color: #E9D25C;
 }
</style>