Html Css Color HEX #EAF490 Jonquil

📋 copy color: '#EAF490'

red 234 ◦ green 244 ◦ blue 144

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

Shades of Jonquil #EAF490

Tints of Jonquil #EAF490

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.23%

 BLUE value IS 144 (56.64% from 255) = 23.15%

R = 37.62%
G = 39.23%
B = 23.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#EAF490 (or 0xEAF490) is known color: Jonquil. HEX triplet: EA, F4 and 90. RGB value is (234,244,144). Sum of RGB (Red+Green+Blue) = 234+244+144=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 244 (95.70% from 255 or 39.23% from 622); Blue value is 144 (56.64% from 255 or 23.15% from 622); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF490 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF490 is #150B6F. Grayscale: #E5E5E5. Windows color (decimal): -1379184 or 9499882. OLE color: 9499882.

HSL color Cylindrical-coordinate representation of color #EAF490: hue angle of 66º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EAF490 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 244 144 -
CMYK 0.04 0 0.41 0.04
HSL 66º 0.82% 0.76% -
HSV(B) 66º 0.41% 0.96% -
XYZ 71.32 84.21 38.88 -
YUV 229.61 79.69 131.13 -
System Red Green Blue C M Y K H S L
Decimal 234 244 144 0.04 0 0.41 0.04 66 0.82 0.76
Hex EA F4 90 4 0 29 4 42 52 4C
Octal 352 364 220 4 0 51 4 102 122 114
Binary 11101010 11110100 10010000 100 0 101001 100 1000010 1010010 1001100

Color Harmonies of #EAF490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF490

Black with #EAF490

Text Example


Text Example

White with #EAF490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF490; }

 p { color: rgb(234,244,144); }

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

background-color css

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

 a { background-color: rgb(234,244,144); }

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

border-color css

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

 span { border-color: rgb(234,244,144); }

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