Html Css Color HEX #EDEC5E Honeysuckle

📋 copy color: '#EDEC5E'

red 237 ◦ green 236 ◦ blue 94

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

Shades of Honeysuckle #EDEC5E

Tints of Honeysuckle #EDEC5E

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.62%

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

R = 41.8%
G = 41.62%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDEC5E (or 0xEDEC5E) is known color: Honeysuckle. HEX triplet: ED, EC and 5E. RGB value is (237,236,94). Sum of RGB (Red+Green+Blue) = 237+236+94=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 94 (37.11% from 255 or 16.58% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEC5E is #1213A1. Grayscale: #DCDCDC. Windows color (decimal): -1184674 or 6221037. OLE color: 6221037.

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

Color convert

RGB 237 236 94 -
CMYK 0 0.00 0.60 0.07
HSL 59.58º 0.8% 0.65% -
HSV(B) 59.58º 0.6% 0.93% -
XYZ 66.94 78.8 22.27 -
YUV 220.11 56.83 140.05 -
System Red Green Blue C M Y K H S L
Decimal 237 236 94 0 0.00 0.60 0.07 59.58 0.8 0.65
Hex ED EC 5E 0 0 3C 7 3C 50 41
Octal 355 354 136 0 0 74 7 74 120 101
Binary 11101101 11101100 1011110 0 0 111100 111 111100 1010000 1000001

Color Harmonies of #EDEC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC5E

Black with #EDEC5E

Text Example


Text Example

White with #EDEC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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