Html Css Color HEX #EAF292 Jonquil

📋 copy color: '#EAF292'

red 234 ◦ green 242 ◦ blue 146

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

Shades of Jonquil #EAF292

Tints of Jonquil #EAF292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 23.47%

R = 37.62%
G = 38.91%
B = 23.47%

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

#EAF292 (or 0xEAF292) is known color: Jonquil. HEX triplet: EA, F2 and 92. RGB value is (234,242,146). Sum of RGB (Red+Green+Blue) = 234+242+146=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 146 (57.42% from 255 or 23.47% from 622); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF292 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF292 is #150D6D. Grayscale: #E5E5E5. Windows color (decimal): -1379694 or 9630442. OLE color: 9630442.

HSL color Cylindrical-coordinate representation of color #EAF292: hue angle of 65º 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 #EAF292 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 242 146 -
CMYK 0.03 0 0.40 0.05
HSL 65º 0.79% 0.76% -
HSV(B) 65º 0.4% 0.95% -
XYZ 70.87 83.07 39.49 -
YUV 228.66 81.35 131.81 -
System Red Green Blue C M Y K H S L
Decimal 234 242 146 0.03 0 0.40 0.05 65 0.79 0.76
Hex EA F2 92 3 0 28 5 41 4F 4C
Octal 352 362 222 3 0 50 5 101 117 114
Binary 11101010 11110010 10010010 11 0 101000 101 1000001 1001111 1001100

Color Harmonies of #EAF292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF292

Black with #EAF292

Text Example


Text Example

White with #EAF292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF292; }

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

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

background-color css

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

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

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

border-color css

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

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

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