Html Css Color HEX #EAF24F Paris Daisy

📋 copy color: '#EAF24F'

red 234 ◦ green 242 ◦ blue 79

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

Shades of Paris Daisy #EAF24F

Tints of Paris Daisy #EAF24F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.23%

R = 42.16%
G = 43.6%
B = 14.23%

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

#EAF24F (or 0xEAF24F) is known color: Paris Daisy. HEX triplet: EA, F2 and 4F. RGB value is (234,242,79). Sum of RGB (Red+Green+Blue) = 234+242+79=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 79 (31.25% from 255 or 14.23% from 555); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF24F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF24F is #150DB0. Grayscale: #DDDDDD. Windows color (decimal): -1379761 or 5239530. OLE color: 5239530.

HSL color Cylindrical-coordinate representation of color #EAF24F: hue angle of 62.94º 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 #EAF24F is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 242 79 -
CMYK 0.03 0 0.67 0.05
HSL 62.94º 0.86% 0.63% -
HSV(B) 62.94º 0.67% 0.95% -
XYZ 67.1 81.56 19.6 -
YUV 221.03 47.85 137.25 -
System Red Green Blue C M Y K H S L
Decimal 234 242 79 0.03 0 0.67 0.05 62.94 0.86 0.63
Hex EA F2 4F 3 0 43 5 3F 56 3F
Octal 352 362 117 3 0 103 5 77 126 77
Binary 11101010 11110010 1001111 11 0 1000011 101 111111 1010110 111111

Color Harmonies of #EAF24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF24F

Black with #EAF24F

Text Example


Text Example

White with #EAF24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF24F; }

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

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

background-color css

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

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

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

border-color css

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

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

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