Html Css Color HEX #EAF291 Jonquil

📋 copy color: '#EAF291'

red 234 ◦ green 242 ◦ blue 145

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

Shades of Jonquil #EAF291

Tints of Jonquil #EAF291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 23.35%

R = 37.68%
G = 38.97%
B = 23.35%

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

#EAF291 (or 0xEAF291) is known color: Jonquil. HEX triplet: EA, F2 and 91. RGB value is (234,242,145). Sum of RGB (Red+Green+Blue) = 234+242+145=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 145 (57.03% from 255 or 23.35% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF291 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF291 is #150D6E. Grayscale: #E4E4E4. Windows color (decimal): -1379695 or 9564906. OLE color: 9564906.

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

Color convert

RGB 234 242 145 -
CMYK 0.03 0 0.40 0.05
HSL 64.95º 0.79% 0.76% -
HSV(B) 64.95º 0.4% 0.95% -
XYZ 70.79 83.04 39.09 -
YUV 228.55 80.85 131.89 -
System Red Green Blue C M Y K H S L
Decimal 234 242 145 0.03 0 0.40 0.05 64.95 0.79 0.76
Hex EA F2 91 3 0 28 5 41 4F 4C
Octal 352 362 221 3 0 50 5 101 117 114
Binary 11101010 11110010 10010001 11 0 101000 101 1000001 1001111 1001100

Color Harmonies of #EAF291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF291

Black with #EAF291

Text Example


Text Example

White with #EAF291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF291; }

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

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

background-color css

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

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

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

border-color css

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

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

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