Html Css Color HEX #EDB771 Harvest Gold

📋 copy color: '#EDB771'

red 237 ◦ green 183 ◦ blue 113

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

Shades of Harvest Gold #EDB771

Tints of Harvest Gold #EDB771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.2%

R = 44.47%
G = 34.33%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDB771 (or 0xEDB771) is known color: Harvest Gold. HEX triplet: ED, B7 and 71. RGB value is (237,183,113). Sum of RGB (Red+Green+Blue) = 237+183+113=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 113 (44.53% from 255 or 21.20% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB771 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB771 is #12488E. Grayscale: #BFBFBF. Windows color (decimal): -1198223 or 7452653. OLE color: 7452653.

HSL color Cylindrical-coordinate representation of color #EDB771: hue angle of 33.87º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDB771 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 183 113 -
CMYK 0 0.23 0.52 0.07
HSL 33.87º 0.78% 0.69% -
HSV(B) 33.87º 0.52% 0.93% -
XYZ 54.84 53.06 22.97 -
YUV 191.17 83.89 160.69 -
System Red Green Blue C M Y K H S L
Decimal 237 183 113 0 0.23 0.52 0.07 33.87 0.78 0.69
Hex ED B7 71 0 17 34 7 22 4E 45
Octal 355 267 161 0 27 64 7 42 116 105
Binary 11101101 10110111 1110001 0 10111 110100 111 100010 1001110 1000101

Color Harmonies of #EDB771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB771

Black with #EDB771

Text Example


Text Example

White with #EDB771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB771; }

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

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

background-color css

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

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

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

border-color css

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

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

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