Html Css Color HEX #EAF190 Jonquil

📋 copy color: '#EAF190'

red 234 ◦ green 241 ◦ blue 144

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

Shades of Jonquil #EAF190

Tints of Jonquil #EAF190

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.93%

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

R = 37.8%
G = 38.93%
B = 23.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#EAF190 (or 0xEAF190) is known color: Jonquil. HEX triplet: EA, F1 and 90. RGB value is (234,241,144). Sum of RGB (Red+Green+Blue) = 234+241+144=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 144 (56.64% from 255 or 23.26% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF190 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF190 is #150E6F. Grayscale: #E4E4E4. Windows color (decimal): -1379952 or 9499114. OLE color: 9499114.

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

Color convert

RGB 234 241 144 -
CMYK 0.03 0 0.40 0.05
HSL 64.33º 0.78% 0.75% -
HSV(B) 64.33º 0.4% 0.95% -
XYZ 70.42 82.42 38.58 -
YUV 227.85 80.68 132.39 -
System Red Green Blue C M Y K H S L
Decimal 234 241 144 0.03 0 0.40 0.05 64.33 0.78 0.75
Hex EA F1 90 3 0 28 5 40 4E 4B
Octal 352 361 220 3 0 50 5 100 116 113
Binary 11101010 11110001 10010000 11 0 101000 101 1000000 1001110 1001011

Color Harmonies of #EAF190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF190

Black with #EAF190

Text Example


Text Example

White with #EAF190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF190; }

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

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

background-color css

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

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

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

border-color css

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

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

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