Html Css Color HEX #EAF896 Jonquil

📋 copy color: '#EAF896'

red 234 ◦ green 248 ◦ blue 150

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

Shades of Jonquil #EAF896

Tints of Jonquil #EAF896

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.24%

 BLUE value IS 150 (58.98% from 255) = 23.73%

R = 37.03%
G = 39.24%
B = 23.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#EAF896 (or 0xEAF896) is known color: Jonquil. HEX triplet: EA, F8 and 96. RGB value is (234,248,150). Sum of RGB (Red+Green+Blue) = 234+248+150=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 248 (97.27% from 255 or 39.24% from 632); Blue value is 150 (58.98% from 255 or 23.73% from 632); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF896 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF896 is #150769. Grayscale: #E9E9E9. Windows color (decimal): -1378154 or 9894122. OLE color: 9894122.

HSL color Cylindrical-coordinate representation of color #EAF896: hue angle of 68.57º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAF896 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 248 150 -
CMYK 0.06 0 0.40 0.03
HSL 68.57º 0.88% 0.78% -
HSV(B) 68.57º 0.4% 0.97% -
XYZ 73 86.83 41.77 -
YUV 232.64 81.36 128.97 -
System Red Green Blue C M Y K H S L
Decimal 234 248 150 0.06 0 0.40 0.03 68.57 0.88 0.78
Hex EA F8 96 6 0 28 3 45 58 4E
Octal 352 370 226 6 0 50 3 105 130 116
Binary 11101010 11111000 10010110 110 0 101000 11 1000101 1011000 1001110

Color Harmonies of #EAF896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF896

Black with #EAF896

Text Example


Text Example

White with #EAF896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF896; }

 p { color: rgb(234,248,150); }

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

background-color css

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

 a { background-color: rgb(234,248,150); }

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

border-color css

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

 span { border-color: rgb(234,248,150); }

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