Html Css Color HEX #EDB770 Harvest Gold

📋 copy color: '#EDB770'

red 237 ◦ green 183 ◦ blue 112

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

Shades of Harvest Gold #EDB770

Tints of Harvest Gold #EDB770

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.4%

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

R = 44.55%
G = 34.4%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDB770 (or 0xEDB770) is known color: Harvest Gold. HEX triplet: ED, B7 and 70. RGB value is (237,183,112). Sum of RGB (Red+Green+Blue) = 237+183+112=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB770 is #12488F. Grayscale: #BFBFBF. Windows color (decimal): -1198224 or 7387117. OLE color: 7387117.

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

Color convert

RGB 237 183 112 -
CMYK 0 0.23 0.53 0.07
HSL 34.08º 0.78% 0.68% -
HSV(B) 34.08º 0.53% 0.93% -
XYZ 54.78 53.04 22.68 -
YUV 191.05 83.39 160.77 -
System Red Green Blue C M Y K H S L
Decimal 237 183 112 0 0.23 0.53 0.07 34.08 0.78 0.68
Hex ED B7 70 0 17 35 7 22 4E 44
Octal 355 267 160 0 27 65 7 42 116 104
Binary 11101101 10110111 1110000 0 10111 110101 111 100010 1001110 1000100

Color Harmonies of #EDB770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB770

Black with #EDB770

Text Example


Text Example

White with #EDB770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB770; }

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

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

background-color css

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

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

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

border-color css

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

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

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