#EEDE54

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

Shades of Portica #EEDE54

Tints of Portica #EEDE54

Color information

#EEDE54 (or 0xEEDE54) is unknown color: approx Portica. HEX triplet: EE, DE and 54. RGB value is (238,222,84). Sum of RGB (Red+Green+Blue) = 238+222+84=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 84 (33.20% from 255 or 15.44% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDE54 is #1121AB. Grayscale: #D3D3D3. Windows color (decimal): -1122732 or 5562094. OLE color: 5562094.

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

Color convert

RGB23822284-
CMYK00.070.650.07
HSL53.77º81.91%63.14%-
HSV(B)53.77º64.71%93.33%-
XYZ62.9871.0618.78-
YUV211.0556.3147.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.75%
GREEN value IS 222 (87.11% from 255) = 40.81%
BLUE value IS 84 (33.20% from 255) = 15.44%
R=43.75%
G=40.81%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382228400.070.650.0753.7781.9163.14
HexEEDE540741736523f
Octal3563361240710176612277
Binary11101110110111101010100011110000011111101101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDE54; }

 p { color: rgb(238,222,84); }

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

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

 a { background-color: rgb(238,222,84); }

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

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

 span { border-color: rgb(238,222,84); }

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