#E8CC5C

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

Shades of Portica #E8CC5C

Tints of Portica #E8CC5C

Color information

#E8CC5C (or 0xE8CC5C) is unknown color: approx Portica. HEX triplet: E8, CC and 5C. RGB value is (232,204,92). Sum of RGB (Red+Green+Blue) = 232+204+92=528 (69% of max value = 765). Red value is 232 (91.02% from 255 or 43.94% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 92 (36.33% from 255 or 17.42% from 528); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CC5C is #1733A3. Grayscale: #C8C8C8. Windows color (decimal): -1520548 or 6081768. OLE color: 6081768.

HSL color Cylindrical-coordinate representation of color #E8CC5C: hue angle of 48º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E8CC5C is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB23220492-
CMYK00.120.600.09
HSL48º75.27%63.53%-
HSV(B)48º60.34%90.98%-
XYZ56.861.1118.93-
YUV199.667.28151.11-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.94%
GREEN value IS 204 (80.08% from 255) = 38.64%
BLUE value IS 92 (36.33% from 255) = 17.42%
R=43.94%
G=38.64%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322049200.120.600.094875.2763.53
HexE8CC5C0C3C9304b40
Octal350314134014741160113100
Binary1110100011001100101110001100111100100111000010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CC5C; }

 p { color: rgb(232,204,92); }

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

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

 a { background-color: rgb(232,204,92); }

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

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

 span { border-color: rgb(232,204,92); }

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