#EBEB70

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

Shades of Honeysuckle #EBEB70

Tints of Honeysuckle #EBEB70

Color information

#EBEB70 (or 0xEBEB70) is unknown color: approx Honeysuckle. HEX triplet: EB, EB and 70. RGB value is (235,235,112). Sum of RGB (Red+Green+Blue) = 235+235+112=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 112 (44.14% from 255 or 19.24% from 582); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEB70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBEB70 is #14148F. Grayscale: #DDDDDD. Windows color (decimal): -1315984 or 7400427. OLE color: 7400427.

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

Color convert

RGB235235112-
CMYK000.520.08
HSL60º75.46%68.04%-
HSV(B)60º52.34%92.16%-
XYZ66.8978.2526.91-
YUV220.9866.5138-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.38%
GREEN value IS 235 (92.19% from 255) = 40.38%
BLUE value IS 112 (44.14% from 255) = 19.24%
R=40.38%
G=40.38%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235235112000.520.086075.4668.04
HexEBEB70003483c4b44
Octal35335316000641074113104
Binary1110101111101011111000000110100100011110010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEB70; }

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

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

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

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

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

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

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

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