Html Css Color HEX #EAF895 Jonquil

📋 copy color: '#EAF895'

red 234 ◦ green 248 ◦ blue 149

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

Shades of Jonquil #EAF895

Tints of Jonquil #EAF895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 23.61%

R = 37.08%
G = 39.3%
B = 23.61%

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

#EAF895 (or 0xEAF895) is known color: Jonquil. HEX triplet: EA, F8 and 95. RGB value is (234,248,149). Sum of RGB (Red+Green+Blue) = 234+248+149=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 248 (97.27% from 255 or 39.30% from 631); Blue value is 149 (58.59% from 255 or 23.61% from 631); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF895 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF895 is #15076A. Grayscale: #E8E8E8. Windows color (decimal): -1378155 or 9828586. OLE color: 9828586.

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

Color convert

RGB 234 248 149 -
CMYK 0.06 0 0.40 0.03
HSL 68.48º 0.88% 0.78% -
HSV(B) 68.48º 0.4% 0.97% -
XYZ 72.92 86.8 41.34 -
YUV 232.53 80.86 129.05 -
System Red Green Blue C M Y K H S L
Decimal 234 248 149 0.06 0 0.40 0.03 68.48 0.88 0.78
Hex EA F8 95 6 0 28 3 44 58 4E
Octal 352 370 225 6 0 50 3 104 130 116
Binary 11101010 11111000 10010101 110 0 101000 11 1000100 1011000 1001110

Color Harmonies of #EAF895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF895

Black with #EAF895

Text Example


Text Example

White with #EAF895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF895; }

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

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

background-color css

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

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

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

border-color css

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

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

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