#EECF55

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

Shades of Portica #EECF55

Tints of Portica #EECF55

Color information

#EECF55 (or 0xEECF55) is unknown color: approx Portica. HEX triplet: EE, CF and 55. RGB value is (238,207,85). Sum of RGB (Red+Green+Blue) = 238+207+85=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 85 (33.59% from 255 or 16.04% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECF55 is #1130AA. Grayscale: #CACACA. Windows color (decimal): -1126571 or 5623790. OLE color: 5623790.

HSL color Cylindrical-coordinate representation of color #EECF55: hue angle of 47.84º 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 #EECF55 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB23820785-
CMYK00.130.640.07
HSL47.84º81.82%63.33%-
HSV(B)47.84º64.29%93.33%-
XYZ59.2163.4617.72-
YUV202.3661.77153.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.91%
GREEN value IS 207 (81.25% from 255) = 39.06%
BLUE value IS 85 (33.59% from 255) = 16.04%
R=44.91%
G=39.06%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382078500.130.640.0747.8481.8263.33
HexEECF550D40730523f
Octal35631712501510076012277
Binary111011101100111110101010110110000001111100001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECF55; }

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

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

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

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

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

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

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

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