Html Css Color HEX #ECB675 Harvest Gold

📋 copy color: '#ECB675'

red 236 ◦ green 182 ◦ blue 117

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

Shades of Harvest Gold #ECB675

Tints of Harvest Gold #ECB675

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.02%

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

R = 44.11%
G = 34.02%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ECB675 (or 0xECB675) is known color: Harvest Gold. HEX triplet: EC, B6 and 75. RGB value is (236,182,117). Sum of RGB (Red+Green+Blue) = 236+182+117=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB675 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB675 is #13498A. Grayscale: #BFBFBF. Windows color (decimal): -1264011 or 7714540. OLE color: 7714540.

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

Color convert

RGB 236 182 117 -
CMYK 0 0.23 0.50 0.07
HSL 32.77º 0.76% 0.69% -
HSV(B) 32.77º 0.5% 0.93% -
XYZ 54.53 52.57 24.1 -
YUV 190.74 86.39 160.29 -
System Red Green Blue C M Y K H S L
Decimal 236 182 117 0 0.23 0.50 0.07 32.77 0.76 0.69
Hex EC B6 75 0 17 32 7 21 4C 45
Octal 354 266 165 0 27 62 7 41 114 105
Binary 11101100 10110110 1110101 0 10111 110010 111 100001 1001100 1000101

Color Harmonies of #ECB675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB675

Black with #ECB675

Text Example


Text Example

White with #ECB675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB675; }

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

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

background-color css

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

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

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

border-color css

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

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

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