Html Css Color HEX #EDEB5E Honeysuckle

📋 copy color: '#EDEB5E'

red 237 ◦ green 235 ◦ blue 94

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

Shades of Honeysuckle #EDEB5E

Tints of Honeysuckle #EDEB5E

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #EDEB5E: hue angle of 59.16º 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 #EDEB5E is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 235 94 -
CMYK 0 0.01 0.60 0.07
HSL 59.16º 0.8% 0.65% -
HSV(B) 59.16º 0.6% 0.93% -
XYZ 66.65 78.23 22.18 -
YUV 219.52 57.16 140.46 -
System Red Green Blue C M Y K H S L
Decimal 237 235 94 0 0.01 0.60 0.07 59.16 0.8 0.65
Hex ED EB 5E 0 1 3C 7 3B 50 41
Octal 355 353 136 0 1 74 7 73 120 101
Binary 11101101 11101011 1011110 0 1 111100 111 111011 1010000 1000001

Color Harmonies of #EDEB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEB5E

Black with #EDEB5E

Text Example


Text Example

White with #EDEB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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