Html Css Color HEX #EAF298 Jonquil

📋 copy color: '#EAF298'

red 234 ◦ green 242 ◦ blue 152

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

Shades of Jonquil #EAF298

Tints of Jonquil #EAF298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 24.2%

R = 37.26%
G = 38.54%
B = 24.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#EAF298 (or 0xEAF298) is known color: Jonquil. HEX triplet: EA, F2 and 98. RGB value is (234,242,152). Sum of RGB (Red+Green+Blue) = 234+242+152=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 242 (94.92% from 255 or 38.54% from 628); Blue value is 152 (59.77% from 255 or 24.20% from 628); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF298 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF298 is #150D67. Grayscale: #E5E5E5. Windows color (decimal): -1379688 or 10023658. OLE color: 10023658.

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

Color convert

RGB 234 242 152 -
CMYK 0.03 0 0.37 0.05
HSL 65.33º 0.78% 0.77% -
HSV(B) 65.33º 0.37% 0.95% -
XYZ 71.35 83.26 42.02 -
YUV 229.35 84.35 131.32 -
System Red Green Blue C M Y K H S L
Decimal 234 242 152 0.03 0 0.37 0.05 65.33 0.78 0.77
Hex EA F2 98 3 0 25 5 41 4E 4D
Octal 352 362 230 3 0 45 5 101 116 115
Binary 11101010 11110010 10011000 11 0 100101 101 1000001 1001110 1001101

Color Harmonies of #EAF298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF298

Black with #EAF298

Text Example


Text Example

White with #EAF298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF298; }

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

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

background-color css

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

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

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

border-color css

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

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

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