Html Css Color HEX #EDED6D Honeysuckle

📋 copy color: '#EDED6D'

red 237 ◦ green 237 ◦ blue 109

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

Shades of Honeysuckle #EDED6D

Tints of Honeysuckle #EDED6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 18.7%

R = 40.65%
G = 40.65%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDED6D (or 0xEDED6D) is known color: Honeysuckle. HEX triplet: ED, ED and 6D. RGB value is (237,237,109). Sum of RGB (Red+Green+Blue) = 237+237+109=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 109 (42.97% from 255 or 18.70% from 583); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDED6D is #121292. Grayscale: #DEDEDE. Windows color (decimal): -1184403 or 7204333. OLE color: 7204333.

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

Color convert

RGB 237 237 109 -
CMYK 0 0 0.54 0.07
HSL 60º 0.78% 0.68% -
HSV(B) 60º 0.54% 0.93% -
XYZ 67.97 79.68 26.26 -
YUV 222.41 64 138.41 -
System Red Green Blue C M Y K H S L
Decimal 237 237 109 0 0 0.54 0.07 60 0.78 0.68
Hex ED ED 6D 0 0 36 7 3C 4E 44
Octal 355 355 155 0 0 66 7 74 116 104
Binary 11101101 11101101 1101101 0 0 110110 111 111100 1001110 1000100

Color Harmonies of #EDED6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED6D

Black with #EDED6D

Text Example


Text Example

White with #EDED6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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