#EEDD5A

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

Shades of Portica #EEDD5A

Tints of Portica #EEDD5A

Color information

#EEDD5A (or 0xEEDD5A) is unknown color: approx Portica. HEX triplet: EE, DD and 5A. RGB value is (238,221,90). Sum of RGB (Red+Green+Blue) = 238+221+90=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 90 (35.55% from 255 or 16.39% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDD5A is #1122A5. Grayscale: #D3D3D3. Windows color (decimal): -1122982 or 5955054. OLE color: 5955054.

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

Color convert

RGB23822190-
CMYK00.070.620.07
HSL53.11º81.32%64.31%-
HSV(B)53.11º62.18%93.33%-
XYZ62.9670.6319.99-
YUV211.1559.63147.15-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.35%
GREEN value IS 221 (86.72% from 255) = 40.26%
BLUE value IS 90 (35.55% from 255) = 16.39%
R=43.35%
G=40.26%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382219000.070.620.0753.1181.3264.31
HexEEDD5A073E7355140
Octal3563351320776765121100
Binary11101110110111011011010011111111011111010110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDD5A; }

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

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

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

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

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

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

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

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