#EAEB94

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

Shades of Jonquil #EAEB94

Tints of Jonquil #EAEB94

Color information

#EAEB94 (or 0xEAEB94) is unknown color: approx Jonquil. HEX triplet: EA, EB and 94. RGB value is (234,235,148). Sum of RGB (Red+Green+Blue) = 234+235+148=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 148 (58.20% from 255 or 23.99% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEB94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEB94 is #15146B. Grayscale: #E1E1E1. Windows color (decimal): -1381484 or 9759722. OLE color: 9759722.

HSL color Cylindrical-coordinate representation of color #EAEB94: hue angle of 60.69º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EAEB94 is Cyan = 0.00, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB234235148-
CMYK0.0000.370.08
HSL60.69º68.5%75.1%-
HSV(B)60.69º37.02%92.16%-
XYZ68.9979.0539.64-
YUV224.7884.67134.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.93%
GREEN value IS 235 (92.19% from 255) = 38.09%
BLUE value IS 148 (58.20% from 255) = 23.99%
R=37.93%
G=38.09%
B=23.99%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342351480.0000.370.0860.6968.575.1
HexEAEB94002583d454b
Octal35235322400451075105113
Binary11101010111010111001010000100101100011110110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEB94; }

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

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

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

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

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

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

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

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