#EEDD5F

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

Shades of Portica #EEDD5F

Tints of Portica #EEDD5F

Color information

#EEDD5F (or 0xEEDD5F) is unknown color: approx Portica. HEX triplet: EE, DD and 5F. RGB value is (238,221,95). Sum of RGB (Red+Green+Blue) = 238+221+95=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 95 (37.5% from 255 or 17.15% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDD5F is #1122A0. Grayscale: #D4D4D4. Windows color (decimal): -1122977 or 6282734. OLE color: 6282734.

HSL color Cylindrical-coordinate representation of color #EEDD5F: hue angle of 52.87º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EEDD5F is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB23822195-
CMYK00.070.600.07
HSL52.87º80.79%65.29%-
HSV(B)52.87º60.08%93.33%-
XYZ63.1870.7221.15-
YUV211.7262.13146.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.96%
GREEN value IS 221 (86.72% from 255) = 39.89%
BLUE value IS 95 (37.5% from 255) = 17.15%
R=42.96%
G=39.89%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382219500.070.600.0752.8780.7965.29
HexEEDD5F073C7355141
Octal3563351370774765121101
Binary11101110110111011011111011111110011111010110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDD5F; }

 p { color: rgb(238,221,95); }

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

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

 a { background-color: rgb(238,221,95); }

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

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

 span { border-color: rgb(238,221,95); }

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