Html Css Color HEX #EDB160 Harvest Gold

📋 copy color: '#EDB160'

red 237 ◦ green 177 ◦ blue 96

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

Shades of Harvest Gold #EDB160

Tints of Harvest Gold #EDB160

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.71%

 BLUE value IS 96 (37.89% from 255) = 18.82%

R = 46.47%
G = 34.71%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDB160 (or 0xEDB160) is known color: Harvest Gold. HEX triplet: ED, B1 and 60. RGB value is (237,177,96). Sum of RGB (Red+Green+Blue) = 237+177+96=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 96 (37.89% from 255 or 18.82% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB160 is #124E9F. Grayscale: #BABABA. Windows color (decimal): -1199776 or 6337005. OLE color: 6337005.

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

Color convert

RGB 237 177 96 -
CMYK 0 0.25 0.59 0.07
HSL 34.47º 0.8% 0.65% -
HSV(B) 34.47º 0.59% 0.93% -
XYZ 52.76 50.29 17.99 -
YUV 185.71 77.38 164.59 -
System Red Green Blue C M Y K H S L
Decimal 237 177 96 0 0.25 0.59 0.07 34.47 0.8 0.65
Hex ED B1 60 0 19 3B 7 22 50 41
Octal 355 261 140 0 31 73 7 42 120 101
Binary 11101101 10110001 1100000 0 11001 111011 111 100010 1010000 1000001

Color Harmonies of #EDB160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB160

Black with #EDB160

Text Example


Text Example

White with #EDB160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB160; }

 p { color: rgb(237,177,96); }

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

background-color css

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

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

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

border-color css

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

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

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