#E9CD56

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

Shades of Portica #E9CD56

Tints of Portica #E9CD56

Color information

#E9CD56 (or 0xE9CD56) is unknown color: approx Portica. HEX triplet: E9, CD and 56. RGB value is (233,205,86). Sum of RGB (Red+Green+Blue) = 233+205+86=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 86 (33.98% from 255 or 16.41% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CD56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CD56 is #1632A9. Grayscale: #C8C8C8. Windows color (decimal): -1454762 or 5688809. OLE color: 5688809.

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

Color convert

RGB23320586-
CMYK00.120.630.09
HSL48.57º76.96%62.55%-
HSV(B)48.57º63.09%91.37%-
XYZ57.1261.6617.7-
YUV199.8163.78151.68-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.47%
GREEN value IS 205 (80.47% from 255) = 39.12%
BLUE value IS 86 (33.98% from 255) = 16.41%
R=44.47%
G=39.12%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332058600.120.630.0948.5776.9662.55
HexE9CD560C3F9314d3f
Octal35131512601477116111577
Binary111010011100110110101100110011111110011100011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CD56; }

 p { color: rgb(233,205,86); }

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

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

 a { background-color: rgb(233,205,86); }

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

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

 span { border-color: rgb(233,205,86); }

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