#EECD55

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

Shades of Portica #EECD55

Tints of Portica #EECD55

Color information

#EECD55 (or 0xEECD55) is unknown color: approx Portica. HEX triplet: EE, CD and 55. RGB value is (238,205,85). Sum of RGB (Red+Green+Blue) = 238+205+85=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 85 (33.59% from 255 or 16.10% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECD55 is #1132AA. Grayscale: #C9C9C9. Windows color (decimal): -1127083 or 5623278. OLE color: 5623278.

HSL color Cylindrical-coordinate representation of color #EECD55: hue angle of 47.06º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EECD55 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB23820585-
CMYK00.140.640.07
HSL47.06º81.82%63.33%-
HSV(B)47.06º64.29%93.33%-
XYZ58.7362.517.56-
YUV201.1962.43154.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.08%
GREEN value IS 205 (80.47% from 255) = 38.83%
BLUE value IS 85 (33.59% from 255) = 16.10%
R=45.08%
G=38.83%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382058500.140.640.0747.0681.8263.33
HexEECD550E4072f523f
Octal35631512501610075712277
Binary111011101100110110101010111010000001111011111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECD55; }

 p { color: rgb(238,205,85); }

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

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

 a { background-color: rgb(238,205,85); }

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

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

 span { border-color: rgb(238,205,85); }

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