Html Css Color HEX #EAF251 Paris Daisy

📋 copy color: '#EAF251'

red 234 ◦ green 242 ◦ blue 81

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

Shades of Paris Daisy #EAF251

Tints of Paris Daisy #EAF251

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.45%

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

R = 42.01%
G = 43.45%
B = 14.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#EAF251 (or 0xEAF251) is known color: Paris Daisy. HEX triplet: EA, F2 and 51. RGB value is (234,242,81). Sum of RGB (Red+Green+Blue) = 234+242+81=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 242 (94.92% from 255 or 43.45% from 557); Blue value is 81 (32.03% from 255 or 14.54% from 557); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF251 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF251 is #150DAE. Grayscale: #DDDDDD. Windows color (decimal): -1379759 or 5370602. OLE color: 5370602.

HSL color Cylindrical-coordinate representation of color #EAF251: hue angle of 62.98º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EAF251 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 242 81 -
CMYK 0.03 0 0.67 0.05
HSL 62.98º 0.86% 0.63% -
HSV(B) 62.98º 0.67% 0.95% -
XYZ 67.17 81.59 19.99 -
YUV 221.25 48.85 137.09 -
System Red Green Blue C M Y K H S L
Decimal 234 242 81 0.03 0 0.67 0.05 62.98 0.86 0.63
Hex EA F2 51 3 0 43 5 3F 56 3F
Octal 352 362 121 3 0 103 5 77 126 77
Binary 11101010 11110010 1010001 11 0 1000011 101 111111 1010110 111111

Color Harmonies of #EAF251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF251

Black with #EAF251

Text Example


Text Example

White with #EAF251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF251; }

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

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

background-color css

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

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

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

border-color css

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

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

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