#E8CD5C

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

Shades of Portica #E8CD5C

Tints of Portica #E8CD5C

Color information

#E8CD5C (or 0xE8CD5C) is unknown color: approx Portica. HEX triplet: E8, CD and 5C. RGB value is (232,205,92). Sum of RGB (Red+Green+Blue) = 232+205+92=529 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.86% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 92 (36.33% from 255 or 17.39% from 529); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CD5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CD5C is #1732A3. Grayscale: #C8C8C8. Windows color (decimal): -1520292 or 6082024. OLE color: 6082024.

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

Color convert

RGB23220592-
CMYK00.120.600.09
HSL48.43º75.27%63.53%-
HSV(B)48.43º60.34%90.98%-
XYZ57.0461.5919.01-
YUV200.1966.95150.69-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.86%
GREEN value IS 205 (80.47% from 255) = 38.75%
BLUE value IS 92 (36.33% from 255) = 17.39%
R=43.86%
G=38.75%
B=17.39%

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
Decimal2322059200.120.600.0948.4375.2763.53
HexE8CD5C0C3C9304b40
Octal350315134014741160113100
Binary1110100011001101101110001100111100100111000010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CD5C; }

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

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

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

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

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

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

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

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