#EBED6A

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

Shades of Honeysuckle #EBED6A

Tints of Honeysuckle #EBED6A

Color information

#EBED6A (or 0xEBED6A) is unknown color: approx Honeysuckle. HEX triplet: EB, ED and 6A. RGB value is (235,237,106). Sum of RGB (Red+Green+Blue) = 235+237+106=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 106 (41.80% from 255 or 18.34% from 578); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBED6A is #141295. Grayscale: #DDDDDD. Windows color (decimal): -1315478 or 7007723. OLE color: 7007723.

HSL color Cylindrical-coordinate representation of color #EBED6A: hue angle of 60.92º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EBED6A is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB235237106-
CMYK0.0100.550.07
HSL60.92º78.44%67.25%-
HSV(B)60.92º55.27%92.94%-
XYZ67.1579.2725.4-
YUV221.4762.84137.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.66%
GREEN value IS 237 (92.97% from 255) = 41.00%
BLUE value IS 106 (41.80% from 255) = 18.34%
R=40.66%
G=41.00%
B=18.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352371060.0100.550.0760.9278.4467.25
HexEBED6A103773d4e43
Octal3533551521067775116103
Binary111010111110110111010101011011111111110110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBED6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBED6A; }

 p { color: rgb(235,237,106); }

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

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

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

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

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

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

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