#EECF56

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

Shades of Portica #EECF56

Tints of Portica #EECF56

Color information

#EECF56 (or 0xEECF56) is unknown color: approx Portica. HEX triplet: EE, CF and 56. RGB value is (238,207,86). Sum of RGB (Red+Green+Blue) = 238+207+86=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 86 (33.98% from 255 or 16.20% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECF56 is #1130A9. Grayscale: #CACACA. Windows color (decimal): -1126570 or 5689326. OLE color: 5689326.

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

Color convert

RGB23820786-
CMYK00.130.640.07
HSL47.76º81.72%63.53%-
HSV(B)47.76º63.87%93.33%-
XYZ59.2563.4717.93-
YUV202.4862.27153.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.82%
GREEN value IS 207 (81.25% from 255) = 38.98%
BLUE value IS 86 (33.98% from 255) = 16.20%
R=44.82%
G=38.98%
B=16.20%

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
Decimal2382078600.130.640.0747.7681.7263.53
HexEECF560D407305240
Octal356317126015100760122100
Binary1110111011001111101011001101100000011111000010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECF56; }

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

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

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

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

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

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

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

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