Html Css Color HEX #EEF052 Paris Daisy

📋 copy color: '#EEF052'

red 238 ◦ green 240 ◦ blue 82

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

Shades of Paris Daisy #EEF052

Tints of Paris Daisy #EEF052

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.86%

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

R = 42.5%
G = 42.86%
B = 14.64%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EEF052 (or 0xEEF052) is known color: Paris Daisy. HEX triplet: EE, F0 and 52. RGB value is (238,240,82). Sum of RGB (Red+Green+Blue) = 238+240+82=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 82 (32.42% from 255 or 14.64% from 560); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF052 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF052 is #110FAD. Grayscale: #DEDEDE. Windows color (decimal): -1118126 or 5435630. OLE color: 5435630.

HSL color Cylindrical-coordinate representation of color #EEF052: hue angle of 60.76º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEF052 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 240 82 -
CMYK 0.01 0 0.66 0.06
HSL 60.76º 0.84% 0.63% -
HSV(B) 60.76º 0.66% 0.94% -
XYZ 67.94 81.11 20.06 -
YUV 221.39 49.34 139.85 -
System Red Green Blue C M Y K H S L
Decimal 238 240 82 0.01 0 0.66 0.06 60.76 0.84 0.63
Hex EE F0 52 1 0 42 6 3D 54 3F
Octal 356 360 122 1 0 102 6 75 124 77
Binary 11101110 11110000 1010010 1 0 1000010 110 111101 1010100 111111

Color Harmonies of #EEF052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF052

Black with #EEF052

Text Example


Text Example

White with #EEF052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF052; }

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

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

background-color css

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

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

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

border-color css

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

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

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