#EAEC8D

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

Shades of Jonquil #EAEC8D

Tints of Jonquil #EAEC8D

Color information

#EAEC8D (or 0xEAEC8D) is unknown color: approx Jonquil. HEX triplet: EA, EC and 8D. RGB value is (234,236,141). Sum of RGB (Red+Green+Blue) = 234+236+141=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 141 (55.47% from 255 or 23.08% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #EAEC8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEC8D is #151372. Grayscale: #E0E0E0. Windows color (decimal): -1381235 or 9301226. OLE color: 9301226.

HSL color Cylindrical-coordinate representation of color #EAEC8D: hue angle of 61.26º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAEC8D is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB234236141-
CMYK0.0100.400.07
HSL61.26º71.43%73.92%-
HSV(B)61.26º40.25%92.55%-
XYZ68.7379.4136.9-
YUV224.5780.84134.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.30%
GREEN value IS 236 (92.58% from 255) = 38.63%
BLUE value IS 141 (55.47% from 255) = 23.08%
R=38.30%
G=38.63%
B=23.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342361410.0100.400.0761.2671.4373.92
HexEAEC8D102873d474a
Octal3523542151050775107112
Binary1110101011101100100011011010100011111110110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEC8D; }

 p { color: rgb(234,236,141); }

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

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

 a { background-color: rgb(234,236,141); }

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

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

 span { border-color: rgb(234,236,141); }

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