Html Css Color HEX #EAF74F Paris Daisy

📋 copy color: '#EAF74F'

red 234 ◦ green 247 ◦ blue 79

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

Shades of Paris Daisy #EAF74F

Tints of Paris Daisy #EAF74F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.11%

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

R = 41.79%
G = 44.11%
B = 14.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#EAF74F (or 0xEAF74F) is known color: Paris Daisy. HEX triplet: EA, F7 and 4F. RGB value is (234,247,79). Sum of RGB (Red+Green+Blue) = 234+247+79=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 247 (96.88% from 255 or 44.11% from 560); Blue value is 79 (31.25% from 255 or 14.11% from 560); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF74F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF74F is #1508B0. Grayscale: #E0E0E0. Windows color (decimal): -1378481 or 5240810. OLE color: 5240810.

HSL color Cylindrical-coordinate representation of color #EAF74F: hue angle of 64.64º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAF74F is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 247 79 -
CMYK 0.05 0 0.68 0.03
HSL 64.64º 0.91% 0.64% -
HSV(B) 64.64º 0.68% 0.97% -
XYZ 68.6 84.58 20.11 -
YUV 223.96 46.19 135.16 -
System Red Green Blue C M Y K H S L
Decimal 234 247 79 0.05 0 0.68 0.03 64.64 0.91 0.64
Hex EA F7 4F 5 0 44 3 41 5B 40
Octal 352 367 117 5 0 104 3 101 133 100
Binary 11101010 11110111 1001111 101 0 1000100 11 1000001 1011011 1000000

Color Harmonies of #EAF74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF74F

Black with #EAF74F

Text Example


Text Example

White with #EAF74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF74F; }

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

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

background-color css

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

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

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

border-color css

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

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

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