Html Css Color HEX #EDED60 Honeysuckle

📋 copy color: '#EDED60'

red 237 ◦ green 237 ◦ blue 96

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

Shades of Honeysuckle #EDED60

Tints of Honeysuckle #EDED60

RGB

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

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

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

R = 41.58%
G = 41.58%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDED60 (or 0xEDED60) is known color: Honeysuckle. HEX triplet: ED, ED and 60. RGB value is (237,237,96). Sum of RGB (Red+Green+Blue) = 237+237+96=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 96 (37.89% from 255 or 16.84% from 570); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDED60 is #12129F. Grayscale: #DDDDDD. Windows color (decimal): -1184416 or 6352365. OLE color: 6352365.

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

Color convert

RGB 237 237 96 -
CMYK 0 0 0.59 0.07
HSL 60º 0.8% 0.65% -
HSV(B) 60º 0.59% 0.93% -
XYZ 67.32 79.42 22.85 -
YUV 220.93 57.5 139.46 -
System Red Green Blue C M Y K H S L
Decimal 237 237 96 0 0 0.59 0.07 60 0.8 0.65
Hex ED ED 60 0 0 3B 7 3C 50 41
Octal 355 355 140 0 0 73 7 74 120 101
Binary 11101101 11101101 1100000 0 0 111011 111 111100 1010000 1000001

Color Harmonies of #EDED60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED60

Black with #EDED60

Text Example


Text Example

White with #EDED60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED60; }

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

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

background-color css

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

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

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

border-color css

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

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

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