Html Css Color HEX #EAF19D Jonquil

📋 copy color: '#EAF19D'

red 234 ◦ green 241 ◦ blue 157

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

Shades of Jonquil #EAF19D

Tints of Jonquil #EAF19D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 24.84%

R = 37.03%
G = 38.13%
B = 24.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#EAF19D (or 0xEAF19D) is known color: Jonquil. HEX triplet: EA, F1 and 9D. RGB value is (234,241,157). Sum of RGB (Red+Green+Blue) = 234+241+157=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 157 (61.72% from 255 or 24.84% from 632); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF19D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF19D is #150E62. Grayscale: #E5E5E5. Windows color (decimal): -1379939 or 10351082. OLE color: 10351082.

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

Color convert

RGB 234 241 157 -
CMYK 0.03 0 0.35 0.05
HSL 65º 0.75% 0.78% -
HSV(B) 65º 0.35% 0.95% -
XYZ 71.47 82.84 44.12 -
YUV 229.33 87.18 131.33 -
System Red Green Blue C M Y K H S L
Decimal 234 241 157 0.03 0 0.35 0.05 65 0.75 0.78
Hex EA F1 9D 3 0 23 5 41 4B 4E
Octal 352 361 235 3 0 43 5 101 113 116
Binary 11101010 11110001 10011101 11 0 100011 101 1000001 1001011 1001110

Color Harmonies of #EAF19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF19D

Black with #EAF19D

Text Example


Text Example

White with #EAF19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF19D; }

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

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

background-color css

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

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

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

border-color css

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

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

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