Html Css Color HEX #EDEC64 Honeysuckle

📋 copy color: '#EDEC64'

red 237 ◦ green 236 ◦ blue 100

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

Shades of Honeysuckle #EDEC64

Tints of Honeysuckle #EDEC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.45%

R = 41.36%
G = 41.19%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDEC64 (or 0xEDEC64) is known color: Honeysuckle. HEX triplet: ED, EC and 64. RGB value is (237,236,100). Sum of RGB (Red+Green+Blue) = 237+236+100=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 100 (39.45% from 255 or 17.45% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEC64 is #12139B. Grayscale: #DDDDDD. Windows color (decimal): -1184668 or 6614253. OLE color: 6614253.

HSL color Cylindrical-coordinate representation of color #EDEC64: 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.58%. Process color model (Four color, CMYK) of #EDEC64 is Cyan = 0, Magento = 0.00, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 236 100 -
CMYK 0 0.00 0.58 0.07
HSL 59.56º 0.79% 0.66% -
HSV(B) 59.56º 0.58% 0.93% -
XYZ 67.22 78.92 23.75 -
YUV 220.8 59.83 139.56 -
System Red Green Blue C M Y K H S L
Decimal 237 236 100 0 0.00 0.58 0.07 59.56 0.79 0.66
Hex ED EC 64 0 0 3A 7 3C 4F 42
Octal 355 354 144 0 0 72 7 74 117 102
Binary 11101101 11101100 1100100 0 0 111010 111 111100 1001111 1000010

Color Harmonies of #EDEC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC64

Black with #EDEC64

Text Example


Text Example

White with #EDEC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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