Html Css Color HEX #EDB170 Harvest Gold

📋 copy color: '#EDB170'

red 237 ◦ green 177 ◦ blue 112

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

Shades of Harvest Gold #EDB170

Tints of Harvest Gold #EDB170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.29%

R = 45.06%
G = 33.65%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDB170 (or 0xEDB170) is known color: Harvest Gold. HEX triplet: ED, B1 and 70. RGB value is (237,177,112). Sum of RGB (Red+Green+Blue) = 237+177+112=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB170 is #124E8F. Grayscale: #BBBBBB. Windows color (decimal): -1199760 or 7385581. OLE color: 7385581.

HSL color Cylindrical-coordinate representation of color #EDB170: hue angle of 31.2º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDB170 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 177 112 -
CMYK 0 0.25 0.53 0.07
HSL 31.2º 0.78% 0.68% -
HSV(B) 31.2º 0.53% 0.93% -
XYZ 53.57 50.62 22.28 -
YUV 187.53 85.38 163.29 -
System Red Green Blue C M Y K H S L
Decimal 237 177 112 0 0.25 0.53 0.07 31.2 0.78 0.68
Hex ED B1 70 0 19 35 7 1F 4E 44
Octal 355 261 160 0 31 65 7 37 116 104
Binary 11101101 10110001 1110000 0 11001 110101 111 11111 1001110 1000100

Color Harmonies of #EDB170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB170

Black with #EDB170

Text Example


Text Example

White with #EDB170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB170; }

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

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

background-color css

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

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

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

border-color css

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

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

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