Html Css Color HEX #EEED52 Paris Daisy

📋 copy color: '#EEED52'

red 238 ◦ green 237 ◦ blue 82

#EEED52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris Daisy #EEED52

Tints of Paris Daisy #EEED52

RGB

 RED value IS 238 (93.36% from 255) = 42.73%

 GREEN value IS 237 (92.97% from 255) = 42.55%

 BLUE value IS 82 (32.42% from 255) = 14.72%

R = 42.73%
G = 42.55%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EEED52 (or 0xEEED52) is known color: Paris Daisy. HEX triplet: EE, ED and 52. RGB value is (238,237,82). Sum of RGB (Red+Green+Blue) = 238+237+82=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 82 (32.42% from 255 or 14.72% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEED52 is #1112AD. Grayscale: #DCDCDC. Windows color (decimal): -1118894 or 5434862. OLE color: 5434862.

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

Color convert

RGB 238 237 82 -
CMYK 0 0.00 0.66 0.07
HSL 59.62º 0.82% 0.63% -
HSV(B) 59.62º 0.66% 0.93% -
XYZ 67.07 79.35 19.76 -
YUV 219.63 50.33 141.1 -
System Red Green Blue C M Y K H S L
Decimal 238 237 82 0 0.00 0.66 0.07 59.62 0.82 0.63
Hex EE ED 52 0 0 42 7 3C 52 3F
Octal 356 355 122 0 0 102 7 74 122 77
Binary 11101110 11101101 1010010 0 0 1000010 111 111100 1010010 111111

Color Harmonies of #EEED52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEED52

Black with #EEED52

Text Example


Text Example

White with #EEED52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEED52; }

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

 H1.HeaderClassName
 {
   color: #EEED52;
 }
 .AnyTagClassName
 {
   color: #EEED52;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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