Html Css Color HEX #EDB171 Harvest Gold

📋 copy color: '#EDB171'

red 237 ◦ green 177 ◦ blue 113

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

Shades of Harvest Gold #EDB171

Tints of Harvest Gold #EDB171

RGB

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

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

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

R = 44.97%
G = 33.59%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDB171 (or 0xEDB171) is known color: Harvest Gold. HEX triplet: ED, B1 and 71. RGB value is (237,177,113). Sum of RGB (Red+Green+Blue) = 237+177+113=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB171 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB171 is #124E8E. Grayscale: #BBBBBB. Windows color (decimal): -1199759 or 7451117. OLE color: 7451117.

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

Color convert

RGB 237 177 113 -
CMYK 0 0.25 0.52 0.07
HSL 30.97º 0.78% 0.69% -
HSV(B) 30.97º 0.52% 0.93% -
XYZ 53.63 50.64 22.57 -
YUV 187.64 85.88 163.2 -
System Red Green Blue C M Y K H S L
Decimal 237 177 113 0 0.25 0.52 0.07 30.97 0.78 0.69
Hex ED B1 71 0 19 34 7 1F 4E 45
Octal 355 261 161 0 31 64 7 37 116 105
Binary 11101101 10110001 1110001 0 11001 110100 111 11111 1001110 1000101

Color Harmonies of #EDB171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB171

Black with #EDB171

Text Example


Text Example

White with #EDB171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB171; }

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

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

background-color css

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

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

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

border-color css

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

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

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