#EEDB5C

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

Shades of Portica #EEDB5C

Tints of Portica #EEDB5C

Color information

#EEDB5C (or 0xEEDB5C) is unknown color: approx Portica. HEX triplet: EE, DB and 5C. RGB value is (238,219,92). Sum of RGB (Red+Green+Blue) = 238+219+92=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 92 (36.33% from 255 or 16.76% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDB5C is #1124A3. Grayscale: #D2D2D2. Windows color (decimal): -1123492 or 6085614. OLE color: 6085614.

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

Color convert

RGB23821992-
CMYK00.080.610.07
HSL52.19º81.11%64.71%-
HSV(B)52.19º61.34%93.33%-
XYZ62.5269.6120.27-
YUV210.261.29147.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.35%
GREEN value IS 219 (85.94% from 255) = 39.89%
BLUE value IS 92 (36.33% from 255) = 16.76%
R=43.35%
G=39.89%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382199200.080.610.0752.1981.1164.71
HexEEDB5C083D7345141
Octal35633313401075764121101
Binary111011101101101110111000100011110111111010010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDB5C; }

 p { color: rgb(238,219,92); }

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

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

 a { background-color: rgb(238,219,92); }

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

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

 span { border-color: rgb(238,219,92); }

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