#E9CF5C

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

Shades of Portica #E9CF5C

Tints of Portica #E9CF5C

Color information

#E9CF5C (or 0xE9CF5C) is unknown color: approx Portica. HEX triplet: E9, CF and 5C. RGB value is (233,207,92). Sum of RGB (Red+Green+Blue) = 233+207+92=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 92 (36.33% from 255 or 17.29% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CF5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CF5C is #1630A3. Grayscale: #CACACA. Windows color (decimal): -1454244 or 6082537. OLE color: 6082537.

HSL color Cylindrical-coordinate representation of color #E9CF5C: hue angle of 48.94º 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 #E9CF5C is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB23320792-
CMYK00.110.610.09
HSL48.94º76.22%63.73%-
HSV(B)48.94º60.52%91.37%-
XYZ57.8562.7219.18-
YUV201.6666.11150.35-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.80%
GREEN value IS 207 (81.25% from 255) = 38.91%
BLUE value IS 92 (36.33% from 255) = 17.29%
R=43.80%
G=38.91%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332079200.110.610.0948.9476.2263.73
HexE9CF5C0B3D9314c40
Octal351317134013751161114100
Binary1110100111001111101110001011111101100111000110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CF5C; }

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

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

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

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

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

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

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

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