Html Css Color HEX #EDEC65 Honeysuckle

📋 copy color: '#EDEC65'

red 237 ◦ green 236 ◦ blue 101

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

Shades of Honeysuckle #EDEC65

Tints of Honeysuckle #EDEC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.6%

R = 41.29%
G = 41.11%
B = 17.6%

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

#EDEC65 (or 0xEDEC65) is known color: Honeysuckle. HEX triplet: ED, EC and 65. RGB value is (237,236,101). Sum of RGB (Red+Green+Blue) = 237+236+101=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 101 (39.84% from 255 or 17.60% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEC65 is #12139A. Grayscale: #DDDDDD. Windows color (decimal): -1184667 or 6679789. OLE color: 6679789.

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

Color convert

RGB 237 236 101 -
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.27 78.94 24 -
YUV 220.91 60.33 139.48 -
System Red Green Blue C M Y K H S L
Decimal 237 236 101 0 0.00 0.57 0.07 59.56 0.79 0.66
Hex ED EC 65 0 0 39 7 3C 4F 42
Octal 355 354 145 0 0 71 7 74 117 102
Binary 11101101 11101100 1100101 0 0 111001 111 111100 1001111 1000010

Color Harmonies of #EDEC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC65

Black with #EDEC65

Text Example


Text Example

White with #EDEC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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