#EAEE8A

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

Shades of Jonquil #EAEE8A

Tints of Jonquil #EAEE8A

Color information

#EAEE8A (or 0xEAEE8A) is unknown color: approx Jonquil. HEX triplet: EA, EE and 8A. RGB value is (234,238,138). Sum of RGB (Red+Green+Blue) = 234+238+138=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 138 (54.30% from 255 or 22.62% from 610); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEE8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEE8A is #151175. Grayscale: #E1E1E1. Windows color (decimal): -1380726 or 9105130. OLE color: 9105130.

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

Color convert

RGB234238138-
CMYK0.0200.420.07
HSL62.4º74.63%73.73%-
HSV(B)62.4º42.02%93.33%-
XYZ69.0980.4835.94-
YUV225.478.67134.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.36%
GREEN value IS 238 (93.36% from 255) = 39.02%
BLUE value IS 138 (54.30% from 255) = 22.62%
R=38.36%
G=39.02%
B=22.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342381380.0200.420.0762.474.6373.73
HexEAEE8A202A73e4b4a
Octal3523562122052776113112
Binary11101010111011101000101010010101011111111010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEE8A; }

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

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

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

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

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

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

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

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