Html Css Color HEX #ECB072 Harvest Gold

📋 copy color: '#ECB072'

red 236 ◦ green 176 ◦ blue 114

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

Shades of Harvest Gold #ECB072

Tints of Harvest Gold #ECB072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.67%

R = 44.87%
G = 33.46%
B = 21.67%

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

#ECB072 (or 0xECB072) is known color: Harvest Gold. HEX triplet: EC, B0 and 72. RGB value is (236,176,114). Sum of RGB (Red+Green+Blue) = 236+176+114=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB072 is #134F8D. Grayscale: #BBBBBB. Windows color (decimal): -1265550 or 7516396. OLE color: 7516396.

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

Color convert

RGB 236 176 114 -
CMYK 0 0.25 0.52 0.07
HSL 30.49º 0.76% 0.69% -
HSV(B) 30.49º 0.52% 0.93% -
XYZ 53.15 50.1 22.79 -
YUV 186.87 86.88 163.04 -
System Red Green Blue C M Y K H S L
Decimal 236 176 114 0 0.25 0.52 0.07 30.49 0.76 0.69
Hex EC B0 72 0 19 34 7 1E 4C 45
Octal 354 260 162 0 31 64 7 36 114 105
Binary 11101100 10110000 1110010 0 11001 110100 111 11110 1001100 1000101

Color Harmonies of #ECB072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB072

Black with #ECB072

Text Example


Text Example

White with #ECB072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB072; }

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

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

background-color css

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

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

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

border-color css

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

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

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