#EEDD5B

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

Shades of Portica #EEDD5B

Tints of Portica #EEDD5B

Color information

#EEDD5B (or 0xEEDD5B) is unknown color: approx Portica. HEX triplet: EE, DD and 5B. RGB value is (238,221,91). Sum of RGB (Red+Green+Blue) = 238+221+91=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 91 (35.94% from 255 or 16.55% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDD5B is #1122A4. Grayscale: #D3D3D3. Windows color (decimal): -1122981 or 6020590. OLE color: 6020590.

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

Color convert

RGB23822191-
CMYK00.070.620.07
HSL53.06º81.22%64.51%-
HSV(B)53.06º61.76%93.33%-
XYZ6370.6520.21-
YUV211.2660.13147.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.27%
GREEN value IS 221 (86.72% from 255) = 40.18%
BLUE value IS 91 (35.94% from 255) = 16.55%
R=43.27%
G=40.18%
B=16.55%

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
Decimal2382219100.070.620.0753.0681.2264.51
HexEEDD5B073E7355141
Octal3563351330776765121101
Binary11101110110111011011011011111111011111010110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDD5B; }

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

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

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

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

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

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

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

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