Html Css Color HEX #EDED63 Honeysuckle

📋 copy color: '#EDED63'

red 237 ◦ green 237 ◦ blue 99

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

Shades of Honeysuckle #EDED63

Tints of Honeysuckle #EDED63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 17.28%

R = 41.36%
G = 41.36%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDED63 (or 0xEDED63) is known color: Honeysuckle. HEX triplet: ED, ED and 63. RGB value is (237,237,99). Sum of RGB (Red+Green+Blue) = 237+237+99=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 99 (39.06% from 255 or 17.28% from 573); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED63 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDED63 is #12129C. Grayscale: #DDDDDD. Windows color (decimal): -1184413 or 6548973. OLE color: 6548973.

HSL color Cylindrical-coordinate representation of color #EDED63: hue angle of 60º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDED63 is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 237 99 -
CMYK 0 0 0.58 0.07
HSL 60º 0.79% 0.66% -
HSV(B) 60º 0.58% 0.93% -
XYZ 67.46 79.47 23.59 -
YUV 221.27 59 139.22 -
System Red Green Blue C M Y K H S L
Decimal 237 237 99 0 0 0.58 0.07 60 0.79 0.66
Hex ED ED 63 0 0 3A 7 3C 4F 42
Octal 355 355 143 0 0 72 7 74 117 102
Binary 11101101 11101101 1100011 0 0 111010 111 111100 1001111 1000010

Color Harmonies of #EDED63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED63

Black with #EDED63

Text Example


Text Example

White with #EDED63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED63; }

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

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

background-color css

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

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

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

border-color css

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

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

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