Html Css Color HEX #EAF052 Paris Daisy

📋 copy color: '#EAF052'

red 234 ◦ green 240 ◦ blue 82

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

Shades of Paris Daisy #EAF052

Tints of Paris Daisy #EAF052

RGB

 RED value IS 234 (91.8% from 255) = 42.09%

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

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

R = 42.09%
G = 43.17%
B = 14.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EAF052 (or 0xEAF052) is known color: Paris Daisy. HEX triplet: EA, F0 and 52. RGB value is (234,240,82). Sum of RGB (Red+Green+Blue) = 234+240+82=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 82 (32.42% from 255 or 14.75% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF052 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF052 is #150FAD. Grayscale: #DCDCDC. Windows color (decimal): -1380270 or 5435626. OLE color: 5435626.

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

Color convert

RGB 234 240 82 -
CMYK 0.02 0 0.66 0.06
HSL 62.28º 0.84% 0.63% -
HSV(B) 62.28º 0.66% 0.94% -
XYZ 66.61 80.42 19.99 -
YUV 220.19 50.01 137.85 -
System Red Green Blue C M Y K H S L
Decimal 234 240 82 0.02 0 0.66 0.06 62.28 0.84 0.63
Hex EA F0 52 2 0 42 6 3E 54 3F
Octal 352 360 122 2 0 102 6 76 124 77
Binary 11101010 11110000 1010010 10 0 1000010 110 111110 1010100 111111

Color Harmonies of #EAF052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF052

Black with #EAF052

Text Example


Text Example

White with #EAF052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF052; }

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

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

background-color css

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

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

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

border-color css

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

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

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