Html Css Color HEX #EDB971 Harvest Gold

📋 copy color: '#EDB971'

red 237 ◦ green 185 ◦ blue 113

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

Shades of Harvest Gold #EDB971

Tints of Harvest Gold #EDB971

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.58%

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

R = 44.3%
G = 34.58%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDB971 (or 0xEDB971) is known color: Harvest Gold. HEX triplet: ED, B9 and 71. RGB value is (237,185,113). Sum of RGB (Red+Green+Blue) = 237+185+113=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB971 is #12468E. Grayscale: #C0C0C0. Windows color (decimal): -1197711 or 7453165. OLE color: 7453165.

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

Color convert

RGB 237 185 113 -
CMYK 0 0.22 0.52 0.07
HSL 34.84º 0.78% 0.69% -
HSV(B) 34.84º 0.52% 0.93% -
XYZ 55.25 53.89 23.11 -
YUV 192.34 83.23 159.85 -
System Red Green Blue C M Y K H S L
Decimal 237 185 113 0 0.22 0.52 0.07 34.84 0.78 0.69
Hex ED B9 71 0 16 34 7 23 4E 45
Octal 355 271 161 0 26 64 7 43 116 105
Binary 11101101 10111001 1110001 0 10110 110100 111 100011 1001110 1000101

Color Harmonies of #EDB971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB971

Black with #EDB971

Text Example


Text Example

White with #EDB971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB971; }

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

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

background-color css

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

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

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

border-color css

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

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

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