Html Css Color HEX #EDB561 Harvest Gold

📋 copy color: '#EDB561'

red 237 ◦ green 181 ◦ blue 97

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

Shades of Harvest Gold #EDB561

Tints of Harvest Gold #EDB561

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.15%

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

R = 46.02%
G = 35.15%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDB561 (or 0xEDB561) is known color: Harvest Gold. HEX triplet: ED, B5 and 61. RGB value is (237,181,97). Sum of RGB (Red+Green+Blue) = 237+181+97=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 97 (38.28% from 255 or 18.83% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB561 is #124A9E. Grayscale: #BCBCBC. Windows color (decimal): -1198751 or 6403565. OLE color: 6403565.

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

Color convert

RGB 237 181 97 -
CMYK 0 0.24 0.59 0.07
HSL 36º 0.8% 0.65% -
HSV(B) 36º 0.59% 0.93% -
XYZ 53.61 51.92 18.5 -
YUV 188.17 76.55 162.83 -
System Red Green Blue C M Y K H S L
Decimal 237 181 97 0 0.24 0.59 0.07 36 0.8 0.65
Hex ED B5 61 0 18 3B 7 24 50 41
Octal 355 265 141 0 30 73 7 44 120 101
Binary 11101101 10110101 1100001 0 11000 111011 111 100100 1010000 1000001

Color Harmonies of #EDB561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB561

Black with #EDB561

Text Example


Text Example

White with #EDB561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB561; }

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

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

background-color css

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

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

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

border-color css

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

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

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