Html Css Color HEX #EDEC6C Honeysuckle

📋 copy color: '#EDEC6C'

red 237 ◦ green 236 ◦ blue 108

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

Shades of Honeysuckle #EDEC6C

Tints of Honeysuckle #EDEC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 18.59%

R = 40.79%
G = 40.62%
B = 18.59%

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

#EDEC6C (or 0xEDEC6C) is known color: Honeysuckle. HEX triplet: ED, EC and 6C. RGB value is (237,236,108). Sum of RGB (Red+Green+Blue) = 237+236+108=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 108 (42.58% from 255 or 18.59% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEC6C is #121393. Grayscale: #DEDEDE. Windows color (decimal): -1184660 or 7138541. OLE color: 7138541.

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

Color convert

RGB 237 236 108 -
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.63 79.08 25.89 -
YUV 221.71 63.83 138.91 -
System Red Green Blue C M Y K H S L
Decimal 237 236 108 0 0.00 0.54 0.07 59.53 0.78 0.68
Hex ED EC 6C 0 0 36 7 3C 4E 44
Octal 355 354 154 0 0 66 7 74 116 104
Binary 11101101 11101100 1101100 0 0 110110 111 111100 1001110 1000100

Color Harmonies of #EDEC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC6C

Black with #EDEC6C

Text Example


Text Example

White with #EDEC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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