Html Css Color HEX #EAF097 Jonquil

📋 copy color: '#EAF097'

red 234 ◦ green 240 ◦ blue 151

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

Shades of Jonquil #EAF097

Tints of Jonquil #EAF097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 24.16%

R = 37.44%
G = 38.4%
B = 24.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EAF097 (or 0xEAF097) is known color: Jonquil. HEX triplet: EA, F0 and 97. RGB value is (234,240,151). Sum of RGB (Red+Green+Blue) = 234+240+151=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 240 (94.14% from 255 or 38.4% from 625); Blue value is 151 (59.38% from 255 or 24.16% from 625); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF097 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF097 is #150F68. Grayscale: #E4E4E4. Windows color (decimal): -1380201 or 9957610. OLE color: 9957610.

HSL color Cylindrical-coordinate representation of color #EAF097: hue angle of 64.04º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EAF097 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 240 151 -
CMYK 0.02 0 0.37 0.06
HSL 64.04º 0.75% 0.77% -
HSV(B) 64.04º 0.37% 0.94% -
XYZ 70.68 82.05 41.39 -
YUV 228.06 84.51 132.24 -
System Red Green Blue C M Y K H S L
Decimal 234 240 151 0.02 0 0.37 0.06 64.04 0.75 0.77
Hex EA F0 97 2 0 25 6 40 4B 4D
Octal 352 360 227 2 0 45 6 100 113 115
Binary 11101010 11110000 10010111 10 0 100101 110 1000000 1001011 1001101

Color Harmonies of #EAF097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF097

Black with #EAF097

Text Example


Text Example

White with #EAF097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF097; }

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

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

background-color css

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

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

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

border-color css

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

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

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