Html Css Color HEX #EAF051 Paris Daisy

📋 copy color: '#EAF051'

red 234 ◦ green 240 ◦ blue 81

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

Shades of Paris Daisy #EAF051

Tints of Paris Daisy #EAF051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 14.59%

R = 42.16%
G = 43.24%
B = 14.59%

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

#EAF051 (or 0xEAF051) is known color: Paris Daisy. HEX triplet: EA, F0 and 51. RGB value is (234,240,81). Sum of RGB (Red+Green+Blue) = 234+240+81=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 81 (32.03% from 255 or 14.59% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF051 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF051 is #150FAE. Grayscale: #DCDCDC. Windows color (decimal): -1380271 or 5370090. OLE color: 5370090.

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

Color convert

RGB 234 240 81 -
CMYK 0.02 0 0.66 0.06
HSL 62.26º 0.84% 0.63% -
HSV(B) 62.26º 0.66% 0.94% -
XYZ 66.58 80.41 19.8 -
YUV 220.08 49.51 137.93 -
System Red Green Blue C M Y K H S L
Decimal 234 240 81 0.02 0 0.66 0.06 62.26 0.84 0.63
Hex EA F0 51 2 0 42 6 3E 54 3F
Octal 352 360 121 2 0 102 6 76 124 77
Binary 11101010 11110000 1010001 10 0 1000010 110 111110 1010100 111111

Color Harmonies of #EAF051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF051

Black with #EAF051

Text Example


Text Example

White with #EAF051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF051; }

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

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

background-color css

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

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

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

border-color css

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

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

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