Html Css Color HEX #ECB375 Harvest Gold

📋 copy color: '#ECB375'

red 236 ◦ green 179 ◦ blue 117

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

Shades of Harvest Gold #ECB375

Tints of Harvest Gold #ECB375

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.65%

 BLUE value IS 117 (46.09% from 255) = 21.99%

R = 44.36%
G = 33.65%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ECB375 (or 0xECB375) is known color: Harvest Gold. HEX triplet: EC, B3 and 75. RGB value is (236,179,117). Sum of RGB (Red+Green+Blue) = 236+179+117=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB375 is #134C8A. Grayscale: #BDBDBD. Windows color (decimal): -1264779 or 7713772. OLE color: 7713772.

HSL color Cylindrical-coordinate representation of color #ECB375: hue angle of 31.26º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECB375 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 179 117 -
CMYK 0 0.24 0.50 0.07
HSL 31.26º 0.76% 0.69% -
HSV(B) 31.26º 0.5% 0.93% -
XYZ 53.92 51.36 23.9 -
YUV 188.98 87.38 161.54 -
System Red Green Blue C M Y K H S L
Decimal 236 179 117 0 0.24 0.50 0.07 31.26 0.76 0.69
Hex EC B3 75 0 18 32 7 1F 4C 45
Octal 354 263 165 0 30 62 7 37 114 105
Binary 11101100 10110011 1110101 0 11000 110010 111 11111 1001100 1000101

Color Harmonies of #ECB375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB375

Black with #ECB375

Text Example


Text Example

White with #ECB375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB375; }

 p { color: rgb(236,179,117); }

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

background-color css

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

 a { background-color: rgb(236,179,117); }

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

border-color css

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

 span { border-color: rgb(236,179,117); }

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