#EAEE94

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

Shades of Jonquil #EAEE94

Tints of Jonquil #EAEE94

Color information

#EAEE94 (or 0xEAEE94) is unknown color: approx Jonquil. HEX triplet: EA, EE and 94. RGB value is (234,238,148). Sum of RGB (Red+Green+Blue) = 234+238+148=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 148 (58.20% from 255 or 23.87% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEE94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEE94 is #15116B. Grayscale: #E2E2E2. Windows color (decimal): -1380716 or 9760490. OLE color: 9760490.

HSL color Cylindrical-coordinate representation of color #EAEE94: hue angle of 62.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAEE94 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB234238148-
CMYK0.0200.380.07
HSL62.67º72.58%75.69%-
HSV(B)62.67º37.82%93.33%-
XYZ69.8580.7839.93-
YUV226.5483.67133.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 238 (93.36% from 255) = 38.39%
BLUE value IS 148 (58.20% from 255) = 23.87%
R=37.74%
G=38.39%
B=23.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342381480.0200.380.0762.6772.5875.69
HexEAEE94202673f494c
Octal3523562242046777111114
Binary11101010111011101001010010010011011111111110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEE94; }

 p { color: rgb(234,238,148); }

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

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

 a { background-color: rgb(234,238,148); }

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

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

 span { border-color: rgb(234,238,148); }

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