Html Css Color HEX #ECB071 Harvest Gold

📋 copy color: '#ECB071'

red 236 ◦ green 176 ◦ blue 113

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

Shades of Harvest Gold #ECB071

Tints of Harvest Gold #ECB071

RGB

 RED value IS 236 (92.58% from 255) = 44.95%

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

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

R = 44.95%
G = 33.52%
B = 21.52%

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

#ECB071 (or 0xECB071) is known color: Harvest Gold. HEX triplet: EC, B0 and 71. RGB value is (236,176,113). Sum of RGB (Red+Green+Blue) = 236+176+113=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 113 (44.53% from 255 or 21.52% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB071 is #134F8E. Grayscale: #BBBBBB. Windows color (decimal): -1265551 or 7450860. OLE color: 7450860.

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

Color convert

RGB 236 176 113 -
CMYK 0 0.25 0.52 0.07
HSL 30.73º 0.76% 0.68% -
HSV(B) 30.73º 0.52% 0.93% -
XYZ 53.1 50.08 22.49 -
YUV 186.76 86.38 163.12 -
System Red Green Blue C M Y K H S L
Decimal 236 176 113 0 0.25 0.52 0.07 30.73 0.76 0.68
Hex EC B0 71 0 19 34 7 1F 4C 44
Octal 354 260 161 0 31 64 7 37 114 104
Binary 11101100 10110000 1110001 0 11001 110100 111 11111 1001100 1000100

Color Harmonies of #ECB071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB071

Black with #ECB071

Text Example


Text Example

White with #ECB071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB071; }

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

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

background-color css

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

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

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

border-color css

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

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

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