Html Css Color HEX #EDE961 Honeysuckle

📋 copy color: '#EDE961'

red 237 ◦ green 233 ◦ blue 97

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

Shades of Honeysuckle #EDE961

Tints of Honeysuckle #EDE961

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.09%

 BLUE value IS 97 (38.28% from 255) = 17.11%

R = 41.8%
G = 41.09%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDE961 (or 0xEDE961) is known color: Honeysuckle. HEX triplet: ED, E9 and 61. RGB value is (237,233,97). Sum of RGB (Red+Green+Blue) = 237+233+97=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 97 (38.28% from 255 or 17.11% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE961 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE961 is #12169E. Grayscale: #DBDBDB. Windows color (decimal): -1185439 or 6416877. OLE color: 6416877.

HSL color Cylindrical-coordinate representation of color #EDE961: hue angle of 58.29º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDE961 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 233 97 -
CMYK 0 0.02 0.59 0.07
HSL 58.29º 0.8% 0.65% -
HSV(B) 58.29º 0.59% 0.93% -
XYZ 66.22 77.15 22.71 -
YUV 218.69 59.33 141.06 -
System Red Green Blue C M Y K H S L
Decimal 237 233 97 0 0.02 0.59 0.07 58.29 0.8 0.65
Hex ED E9 61 0 2 3B 7 3A 50 41
Octal 355 351 141 0 2 73 7 72 120 101
Binary 11101101 11101001 1100001 0 10 111011 111 111010 1010000 1000001

Color Harmonies of #EDE961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE961

Black with #EDE961

Text Example


Text Example

White with #EDE961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE961; }

 p { color: rgb(237,233,97); }

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

background-color css

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

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

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

border-color css

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

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

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