Html Css Color HEX #EAF59A Jonquil

📋 copy color: '#EAF59A'

red 234 ◦ green 245 ◦ blue 154

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

Shades of Jonquil #EAF59A

Tints of Jonquil #EAF59A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.7%

 BLUE value IS 154 (60.55% from 255) = 24.33%

R = 36.97%
G = 38.7%
B = 24.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#EAF59A (or 0xEAF59A) is known color: Jonquil. HEX triplet: EA, F5 and 9A. RGB value is (234,245,154). Sum of RGB (Red+Green+Blue) = 234+245+154=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 245 (96.09% from 255 or 38.70% from 633); Blue value is 154 (60.55% from 255 or 24.33% from 633); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF59A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF59A is #150A65. Grayscale: #E7E7E7. Windows color (decimal): -1378918 or 10155498. OLE color: 10155498.

HSL color Cylindrical-coordinate representation of color #EAF59A: hue angle of 67.25º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EAF59A is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 245 154 -
CMYK 0.04 0 0.37 0.04
HSL 67.25º 0.82% 0.78% -
HSV(B) 67.25º 0.37% 0.96% -
XYZ 72.42 85.13 43.19 -
YUV 231.34 84.36 129.9 -
System Red Green Blue C M Y K H S L
Decimal 234 245 154 0.04 0 0.37 0.04 67.25 0.82 0.78
Hex EA F5 9A 4 0 25 4 43 52 4E
Octal 352 365 232 4 0 45 4 103 122 116
Binary 11101010 11110101 10011010 100 0 100101 100 1000011 1010010 1001110

Color Harmonies of #EAF59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF59A

Black with #EAF59A

Text Example


Text Example

White with #EAF59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF59A; }

 p { color: rgb(234,245,154); }

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

background-color css

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

 a { background-color: rgb(234,245,154); }

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

border-color css

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

 span { border-color: rgb(234,245,154); }

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