Html Css Color HEX #EAF295 Jonquil

📋 copy color: '#EAF295'

red 234 ◦ green 242 ◦ blue 149

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

Shades of Jonquil #EAF295

Tints of Jonquil #EAF295

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.72%

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

R = 37.44%
G = 38.72%
B = 23.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#EAF295 (or 0xEAF295) is known color: Jonquil. HEX triplet: EA, F2 and 95. RGB value is (234,242,149). Sum of RGB (Red+Green+Blue) = 234+242+149=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 149 (58.59% from 255 or 23.84% from 625); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF295 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF295 is #150D6A. Grayscale: #E5E5E5. Windows color (decimal): -1379691 or 9827050. OLE color: 9827050.

HSL color Cylindrical-coordinate representation of color #EAF295: hue angle of 65.16º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAF295 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 242 149 -
CMYK 0.03 0 0.38 0.05
HSL 65.16º 0.78% 0.77% -
HSV(B) 65.16º 0.38% 0.95% -
XYZ 71.11 83.17 40.74 -
YUV 229.01 82.85 131.56 -
System Red Green Blue C M Y K H S L
Decimal 234 242 149 0.03 0 0.38 0.05 65.16 0.78 0.77
Hex EA F2 95 3 0 26 5 41 4E 4D
Octal 352 362 225 3 0 46 5 101 116 115
Binary 11101010 11110010 10010101 11 0 100110 101 1000001 1001110 1001101

Color Harmonies of #EAF295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF295

Black with #EAF295

Text Example


Text Example

White with #EAF295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF295; }

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

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

background-color css

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

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

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

border-color css

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

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

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