Html Css Color HEX #EDEC6F Honeysuckle

📋 copy color: '#EDEC6F'

red 237 ◦ green 236 ◦ blue 111

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

Shades of Honeysuckle #EDEC6F

Tints of Honeysuckle #EDEC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.01%

R = 40.58%
G = 40.41%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDEC6F (or 0xEDEC6F) is known color: Honeysuckle. HEX triplet: ED, EC and 6F. RGB value is (237,236,111). Sum of RGB (Red+Green+Blue) = 237+236+111=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 111 (43.75% from 255 or 19.01% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC6F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEC6F is #121390. Grayscale: #DEDEDE. Windows color (decimal): -1184657 or 7335149. OLE color: 7335149.

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

Color convert

RGB 237 236 111 -
CMYK 0 0.00 0.53 0.07
HSL 59.52º 0.78% 0.68% -
HSV(B) 59.52º 0.53% 0.93% -
XYZ 67.79 79.14 26.74 -
YUV 222.05 65.33 138.66 -
System Red Green Blue C M Y K H S L
Decimal 237 236 111 0 0.00 0.53 0.07 59.52 0.78 0.68
Hex ED EC 6F 0 0 35 7 3C 4E 44
Octal 355 354 157 0 0 65 7 74 116 104
Binary 11101101 11101100 1101111 0 0 110101 111 111100 1001110 1000100

Color Harmonies of #EDEC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC6F

Black with #EDEC6F

Text Example


Text Example

White with #EDEC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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