#EEDC5D

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

Shades of Portica #EEDC5D

Tints of Portica #EEDC5D

Color information

#EEDC5D (or 0xEEDC5D) is unknown color: approx Portica. HEX triplet: EE, DC and 5D. RGB value is (238,220,93). Sum of RGB (Red+Green+Blue) = 238+220+93=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 93 (36.72% from 255 or 16.88% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDC5D is #1123A2. Grayscale: #D3D3D3. Windows color (decimal): -1123235 or 6151406. OLE color: 6151406.

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

Color convert

RGB23822093-
CMYK00.080.610.07
HSL52.55º81.01%64.9%-
HSV(B)52.55º60.92%93.33%-
XYZ62.8370.1520.59-
YUV210.961.46147.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.19%
GREEN value IS 220 (86.33% from 255) = 39.93%
BLUE value IS 93 (36.72% from 255) = 16.88%
R=43.19%
G=39.93%
B=16.88%

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
Decimal2382209300.080.610.0752.5581.0164.9
HexEEDC5D083D7355141
Octal35633413501075765121101
Binary111011101101110010111010100011110111111010110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDC5D; }

 p { color: rgb(238,220,93); }

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

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

 a { background-color: rgb(238,220,93); }

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

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

 span { border-color: rgb(238,220,93); }

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