#EAEA70

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

Shades of Honeysuckle #EAEA70

Tints of Honeysuckle #EAEA70

Color information

#EAEA70 (or 0xEAEA70) is unknown color: approx Honeysuckle. HEX triplet: EA, EA and 70. RGB value is (234,234,112). Sum of RGB (Red+Green+Blue) = 234+234+112=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 112 (44.14% from 255 or 19.31% from 580); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAEA70 is #15158F. Grayscale: #DCDCDC. Windows color (decimal): -1381776 or 7400170. OLE color: 7400170.

HSL color Cylindrical-coordinate representation of color #EAEA70: hue angle of 60º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EAEA70 is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB234234112-
CMYK000.520.08
HSL60º74.39%67.84%-
HSV(B)60º52.14%91.76%-
XYZ66.2877.5126.8-
YUV220.0967137.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.34%
GREEN value IS 234 (91.80% from 255) = 40.34%
BLUE value IS 112 (44.14% from 255) = 19.31%
R=40.34%
G=40.34%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234234112000.520.086074.3967.84
HexEAEA70003483c4a44
Octal35235216000641074112104
Binary1110101011101010111000000110100100011110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEA70; }

 p { color: rgb(234,234,112); }

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

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

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

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

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

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

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