Html Css Color HEX #EDED65 Honeysuckle

📋 copy color: '#EDED65'

red 237 ◦ green 237 ◦ blue 101

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

Shades of Honeysuckle #EDED65

Tints of Honeysuckle #EDED65

RGB

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

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

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

R = 41.22%
G = 41.22%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDED65 (or 0xEDED65) is known color: Honeysuckle. HEX triplet: ED, ED and 65. RGB value is (237,237,101). Sum of RGB (Red+Green+Blue) = 237+237+101=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 101 (39.84% from 255 or 17.57% from 575); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDED65 is #12129A. Grayscale: #DEDEDE. Windows color (decimal): -1184411 or 6680045. OLE color: 6680045.

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

Color convert

RGB 237 237 101 -
CMYK 0 0 0.57 0.07
HSL 60º 0.79% 0.66% -
HSV(B) 60º 0.57% 0.93% -
XYZ 67.56 79.51 24.1 -
YUV 221.5 60 139.06 -
System Red Green Blue C M Y K H S L
Decimal 237 237 101 0 0 0.57 0.07 60 0.79 0.66
Hex ED ED 65 0 0 39 7 3C 4F 42
Octal 355 355 145 0 0 71 7 74 117 102
Binary 11101101 11101101 1100101 0 0 111001 111 111100 1001111 1000010

Color Harmonies of #EDED65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED65

Black with #EDED65

Text Example


Text Example

White with #EDED65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED65; }

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

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

background-color css

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

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

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

border-color css

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

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

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