Html Css Color HEX #EAF19A Jonquil

📋 copy color: '#EAF19A'

red 234 ◦ green 241 ◦ blue 154

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

Shades of Jonquil #EAF19A

Tints of Jonquil #EAF19A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.31%

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

R = 37.2%
G = 38.31%
B = 24.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#EAF19A (or 0xEAF19A) is known color: Jonquil. HEX triplet: EA, F1 and 9A. RGB value is (234,241,154). Sum of RGB (Red+Green+Blue) = 234+241+154=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 241 (94.53% from 255 or 38.31% from 629); Blue value is 154 (60.55% from 255 or 24.48% from 629); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF19A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF19A is #150E65. Grayscale: #E5E5E5. Windows color (decimal): -1379942 or 10154474. OLE color: 10154474.

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

Color convert

RGB 234 241 154 -
CMYK 0.03 0 0.36 0.05
HSL 64.83º 0.76% 0.77% -
HSV(B) 64.83º 0.36% 0.95% -
XYZ 71.22 82.74 42.79 -
YUV 228.99 85.68 131.57 -
System Red Green Blue C M Y K H S L
Decimal 234 241 154 0.03 0 0.36 0.05 64.83 0.76 0.77
Hex EA F1 9A 3 0 24 5 41 4C 4D
Octal 352 361 232 3 0 44 5 101 114 115
Binary 11101010 11110001 10011010 11 0 100100 101 1000001 1001100 1001101

Color Harmonies of #EAF19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF19A

Black with #EAF19A

Text Example


Text Example

White with #EAF19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF19A; }

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

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

background-color css

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

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

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

border-color css

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

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

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