Html Css Color HEX #EDEC66 Honeysuckle

📋 copy color: '#EDEC66'

red 237 ◦ green 236 ◦ blue 102

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

Shades of Honeysuckle #EDEC66

Tints of Honeysuckle #EDEC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 17.74%

R = 41.22%
G = 41.04%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDEC66 (or 0xEDEC66) is known color: Honeysuckle. HEX triplet: ED, EC and 66. RGB value is (237,236,102). Sum of RGB (Red+Green+Blue) = 237+236+102=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 102 (40.23% from 255 or 17.74% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEC66 is #121399. Grayscale: #DDDDDD. Windows color (decimal): -1184666 or 6745325. OLE color: 6745325.

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

Color convert

RGB 237 236 102 -
CMYK 0 0.00 0.57 0.07
HSL 59.56º 0.79% 0.66% -
HSV(B) 59.56º 0.57% 0.93% -
XYZ 67.32 78.95 24.26 -
YUV 221.02 60.83 139.4 -
System Red Green Blue C M Y K H S L
Decimal 237 236 102 0 0.00 0.57 0.07 59.56 0.79 0.66
Hex ED EC 66 0 0 39 7 3C 4F 42
Octal 355 354 146 0 0 71 7 74 117 102
Binary 11101101 11101100 1100110 0 0 111001 111 111100 1001111 1000010

Color Harmonies of #EDEC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC66

Black with #EDEC66

Text Example


Text Example

White with #EDEC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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