Html Css Color HEX #EDB071 Harvest Gold

📋 copy color: '#EDB071'

red 237 ◦ green 176 ◦ blue 113

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

Shades of Harvest Gold #EDB071

Tints of Harvest Gold #EDB071

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.46%

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

R = 45.06%
G = 33.46%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDB071 (or 0xEDB071) is known color: Harvest Gold. HEX triplet: ED, B0 and 71. RGB value is (237,176,113). Sum of RGB (Red+Green+Blue) = 237+176+113=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 113 (44.53% from 255 or 21.48% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB071 is #124F8E. Grayscale: #BBBBBB. Windows color (decimal): -1200015 or 7450861. OLE color: 7450861.

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

Color convert

RGB 237 176 113 -
CMYK 0 0.26 0.52 0.07
HSL 30.48º 0.78% 0.69% -
HSV(B) 30.48º 0.52% 0.93% -
XYZ 53.43 50.25 22.51 -
YUV 187.06 86.21 163.62 -
System Red Green Blue C M Y K H S L
Decimal 237 176 113 0 0.26 0.52 0.07 30.48 0.78 0.69
Hex ED B0 71 0 1A 34 7 1E 4E 45
Octal 355 260 161 0 32 64 7 36 116 105
Binary 11101101 10110000 1110001 0 11010 110100 111 11110 1001110 1000101

Color Harmonies of #EDB071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB071

Black with #EDB071

Text Example


Text Example

White with #EDB071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB071; }

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

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

background-color css

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

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

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

border-color css

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

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

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