Html Css Color HEX #EDEC6D Honeysuckle

📋 copy color: '#EDEC6D'

red 237 ◦ green 236 ◦ blue 109

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

Shades of Honeysuckle #EDEC6D

Tints of Honeysuckle #EDEC6D

RGB

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

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

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

R = 40.72%
G = 40.55%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDEC6D (or 0xEDEC6D) is known color: Honeysuckle. HEX triplet: ED, EC and 6D. RGB value is (237,236,109). Sum of RGB (Red+Green+Blue) = 237+236+109=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 109 (42.97% from 255 or 18.73% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEC6D is #121392. Grayscale: #DEDEDE. Windows color (decimal): -1184659 or 7204077. OLE color: 7204077.

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

Color convert

RGB 237 236 109 -
CMYK 0 0.00 0.54 0.07
HSL 59.53º 0.78% 0.68% -
HSV(B) 59.53º 0.54% 0.93% -
XYZ 67.68 79.1 26.17 -
YUV 221.82 64.33 138.83 -
System Red Green Blue C M Y K H S L
Decimal 237 236 109 0 0.00 0.54 0.07 59.53 0.78 0.68
Hex ED EC 6D 0 0 36 7 3C 4E 44
Octal 355 354 155 0 0 66 7 74 116 104
Binary 11101101 11101100 1101101 0 0 110110 111 111100 1001110 1000100

Color Harmonies of #EDEC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC6D

Black with #EDEC6D

Text Example


Text Example

White with #EDEC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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