#eeee52

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

Shades of Paris Daisy #EEEE52

Tints of Paris Daisy #EEEE52

Color information

#EEEE52 (or 0xEEEE52) is unknown color: approx Paris Daisy. HEX triplet: EE, EE and 52. RGB value is (238,238,82). Sum of RGB (Red+Green+Blue) = 238+238+82=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 82 (32.42% from 255 or 14.70% from 558); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEE52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEEE52 is #1111AD. Grayscale: #DCDCDC. Windows color (decimal): -1118638 or 5435118. OLE color: 5435118.

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

Color convert

RGB23823882-
CMYK000.660.07
HSL60º82.11%62.75%-
HSV(B)60º65.55%93.33%-
XYZ67.3679.9419.86-
YUV220.2250140.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.65%
GREEN value IS 238 (93.36% from 255) = 42.65%
BLUE value IS 82 (32.42% from 255) = 14.70%
R=42.65%
G=42.65%
B=14.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823882000.660.076082.1162.75
HexEEEE52004273c523f
Octal3563561220010277412277
Binary111011101110111010100100010000101111111001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eeee52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eeee52; }

 p { color: rgb(238,238,82); }

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

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

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

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

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

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

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