Html Css Color HEX #EDEC60 Honeysuckle

📋 copy color: '#EDEC60'

red 237 ◦ green 236 ◦ blue 96

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

Shades of Honeysuckle #EDEC60

Tints of Honeysuckle #EDEC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 16.87%

R = 41.65%
G = 41.48%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDEC60 (or 0xEDEC60) is known color: Honeysuckle. HEX triplet: ED, EC and 60. RGB value is (237,236,96). Sum of RGB (Red+Green+Blue) = 237+236+96=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 96 (37.89% from 255 or 16.87% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEC60 is #12139F. Grayscale: #DCDCDC. Windows color (decimal): -1184672 or 6352109. OLE color: 6352109.

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

Color convert

RGB 237 236 96 -
CMYK 0 0.00 0.59 0.07
HSL 59.57º 0.8% 0.65% -
HSV(B) 59.57º 0.59% 0.93% -
XYZ 67.03 78.84 22.75 -
YUV 220.34 57.83 139.88 -
System Red Green Blue C M Y K H S L
Decimal 237 236 96 0 0.00 0.59 0.07 59.57 0.8 0.65
Hex ED EC 60 0 0 3B 7 3C 50 41
Octal 355 354 140 0 0 73 7 74 120 101
Binary 11101101 11101100 1100000 0 0 111011 111 111100 1010000 1000001

Color Harmonies of #EDEC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC60

Black with #EDEC60

Text Example


Text Example

White with #EDEC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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