#EAEB70

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

Shades of Honeysuckle #EAEB70

Tints of Honeysuckle #EAEB70

Color information

#EAEB70 (or 0xEAEB70) is unknown color: approx Honeysuckle. HEX triplet: EA, EB and 70. RGB value is (234,235,112). Sum of RGB (Red+Green+Blue) = 234+235+112=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 112 (44.14% from 255 or 19.28% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEB70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAEB70 is #15148F. Grayscale: #DDDDDD. Windows color (decimal): -1381520 or 7400426. OLE color: 7400426.

HSL color Cylindrical-coordinate representation of color #EAEB70: hue angle of 60.49º degrees, saturation: 0.75, 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 #EAEB70 is Cyan = 0.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB234235112-
CMYK0.0000.520.08
HSL60.49º75.46%68.04%-
HSV(B)60.49º52.34%92.16%-
XYZ66.5678.0826.89-
YUV220.6866.67137.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.28%
GREEN value IS 235 (92.19% from 255) = 40.45%
BLUE value IS 112 (44.14% from 255) = 19.28%
R=40.28%
G=40.45%
B=19.28%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342351120.0000.520.0860.4975.4668.04
HexEAEB70003483c4b44
Octal35235316000641074113104
Binary1110101011101011111000000110100100011110010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEB70; }

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

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

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

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

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

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

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

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