Html Css Color HEX #EAF095 Jonquil

📋 copy color: '#EAF095'

red 234 ◦ green 240 ◦ blue 149

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

Shades of Jonquil #EAF095

Tints of Jonquil #EAF095

RGB

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

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

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

R = 37.56%
G = 38.52%
B = 23.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EAF095 (or 0xEAF095) is known color: Jonquil. HEX triplet: EA, F0 and 95. RGB value is (234,240,149). Sum of RGB (Red+Green+Blue) = 234+240+149=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 240 (94.14% from 255 or 38.52% from 623); Blue value is 149 (58.59% from 255 or 23.92% from 623); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF095 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF095 is #150F6A. Grayscale: #E4E4E4. Windows color (decimal): -1380203 or 9826538. OLE color: 9826538.

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

Color convert

RGB 234 240 149 -
CMYK 0.02 0 0.38 0.06
HSL 63.96º 0.75% 0.76% -
HSV(B) 63.96º 0.38% 0.94% -
XYZ 70.52 81.98 40.54 -
YUV 227.83 83.51 132.4 -
System Red Green Blue C M Y K H S L
Decimal 234 240 149 0.02 0 0.38 0.06 63.96 0.75 0.76
Hex EA F0 95 2 0 26 6 40 4B 4C
Octal 352 360 225 2 0 46 6 100 113 114
Binary 11101010 11110000 10010101 10 0 100110 110 1000000 1001011 1001100

Color Harmonies of #EAF095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF095

Black with #EAF095

Text Example


Text Example

White with #EAF095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF095; }

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

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

background-color css

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

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

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

border-color css

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

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

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