Html Css Color HEX #EAF099 Jonquil

📋 copy color: '#EAF099'

red 234 ◦ green 240 ◦ blue 153

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

Shades of Jonquil #EAF099

Tints of Jonquil #EAF099

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.28%

 BLUE value IS 153 (60.16% from 255) = 24.4%

R = 37.32%
G = 38.28%
B = 24.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EAF099 (or 0xEAF099) is known color: Jonquil. HEX triplet: EA, F0 and 99. RGB value is (234,240,153). Sum of RGB (Red+Green+Blue) = 234+240+153=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 240 (94.14% from 255 or 38.28% from 627); Blue value is 153 (60.16% from 255 or 24.40% from 627); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF099 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF099 is #150F66. Grayscale: #E4E4E4. Windows color (decimal): -1380199 or 10088682. OLE color: 10088682.

HSL color Cylindrical-coordinate representation of color #EAF099: hue angle of 64.14º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EAF099 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 240 153 -
CMYK 0.02 0 0.36 0.06
HSL 64.14º 0.74% 0.77% -
HSV(B) 64.14º 0.36% 0.94% -
XYZ 70.84 82.11 42.25 -
YUV 228.29 85.51 132.07 -
System Red Green Blue C M Y K H S L
Decimal 234 240 153 0.02 0 0.36 0.06 64.14 0.74 0.77
Hex EA F0 99 2 0 24 6 40 4A 4D
Octal 352 360 231 2 0 44 6 100 112 115
Binary 11101010 11110000 10011001 10 0 100100 110 1000000 1001010 1001101

Color Harmonies of #EAF099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF099

Black with #EAF099

Text Example


Text Example

White with #EAF099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF099; }

 p { color: rgb(234,240,153); }

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

background-color css

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

 a { background-color: rgb(234,240,153); }

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

border-color css

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

 span { border-color: rgb(234,240,153); }

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