#EAF19B

Color #EAF19B Jonquil (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jonquil #EAF19B

Tints of Jonquil #EAF19B

Color information

#EAF19B (or 0xEAF19B) is unknown color: approx Jonquil. HEX triplet: EA, F1 and 9B. RGB value is (234,241,155). Sum of RGB (Red+Green+Blue) = 234+241+155=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 155 (60.94% from 255 or 24.60% from 630); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF19B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF19B is #150E64. Grayscale: #E5E5E5. Windows color (decimal): -1379941 or 10220010. OLE color: 10220010.

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

Color convert

RGB234241155-
CMYK0.0300.360.05
HSL64.88º75.44%77.65%-
HSV(B)64.88º35.68%94.51%-
XYZ71.382.7743.23-
YUV229.186.18131.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.14%
GREEN value IS 241 (94.53% from 255) = 38.25%
BLUE value IS 155 (60.94% from 255) = 24.60%
R=37.14%
G=38.25%
B=24.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342411550.0300.360.0564.8875.4477.65
HexEAF19B30245414b4e
Octal35236123330445101113116
Binary111010101111000110011011110100100101100000110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF19B; }

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

 H1.HeaderClassName
 {
   color: #EAF19B;
 }
 .AnyTagClassName
 {
   color: #EAF19B;
 }
</style>
background-color css

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

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

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

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

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

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