Html Css Color HEX #EBED5E Honeysuckle

📋 copy color: '#EBED5E'

red 235 ◦ green 237 ◦ blue 94

#EBED5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honeysuckle #EBED5E

Tints of Honeysuckle #EBED5E

RGB

 RED value IS 235 (92.19% from 255) = 41.52%

 GREEN value IS 237 (92.97% from 255) = 41.87%

 BLUE value IS 94 (37.11% from 255) = 16.61%

R = 41.52%
G = 41.87%
B = 16.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EBED5E (or 0xEBED5E) is known color: Honeysuckle. HEX triplet: EB, ED and 5E. RGB value is (235,237,94). Sum of RGB (Red+Green+Blue) = 235+237+94=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 94 (37.11% from 255 or 16.61% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBED5E is #1412A1. Grayscale: #DCDCDC. Windows color (decimal): -1315490 or 6221291. OLE color: 6221291.

HSL color Cylindrical-coordinate representation of color #EBED5E: hue angle of 60.84º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBED5E is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 237 94 -
CMYK 0.01 0 0.60 0.07
HSL 60.84º 0.8% 0.65% -
HSV(B) 60.84º 0.6% 0.93% -
XYZ 66.57 79.04 22.34 -
YUV 220.1 56.84 138.63 -
System Red Green Blue C M Y K H S L
Decimal 235 237 94 0.01 0 0.60 0.07 60.84 0.8 0.65
Hex EB ED 5E 1 0 3C 7 3D 50 41
Octal 353 355 136 1 0 74 7 75 120 101
Binary 11101011 11101101 1011110 1 0 111100 111 111101 1010000 1000001

Color Harmonies of #EBED5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBED5E

Black with #EBED5E

Text Example


Text Example

White with #EBED5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBED5E; }

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

 H1.HeaderClassName
 {
   color: #EBED5E;
 }
 .AnyTagClassName
 {
   color: #EBED5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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