Html Css Color HEX #ECBC6C Harvest Gold

📋 copy color: '#ECBC6C'

red 236 ◦ green 188 ◦ blue 108

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

Shades of Harvest Gold #ECBC6C

Tints of Harvest Gold #ECBC6C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.34%

 BLUE value IS 108 (42.58% from 255) = 20.3%

R = 44.36%
G = 35.34%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ECBC6C (or 0xECBC6C) is known color: Harvest Gold. HEX triplet: EC, BC and 6C. RGB value is (236,188,108). Sum of RGB (Red+Green+Blue) = 236+188+108=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 108 (42.58% from 255 or 20.30% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBC6C is #134393. Grayscale: #C1C1C1. Windows color (decimal): -1262484 or 7126252. OLE color: 7126252.

HSL color Cylindrical-coordinate representation of color #ECBC6C: hue angle of 37.5º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECBC6C is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 188 108 -
CMYK 0 0.20 0.54 0.07
HSL 37.5º 0.77% 0.67% -
HSV(B) 37.5º 0.54% 0.93% -
XYZ 55.28 54.88 21.87 -
YUV 193.23 79.9 158.5 -
System Red Green Blue C M Y K H S L
Decimal 236 188 108 0 0.20 0.54 0.07 37.5 0.77 0.67
Hex EC BC 6C 0 14 36 7 26 4D 43
Octal 354 274 154 0 24 66 7 46 115 103
Binary 11101100 10111100 1101100 0 10100 110110 111 100110 1001101 1000011

Color Harmonies of #ECBC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBC6C

Black with #ECBC6C

Text Example


Text Example

White with #ECBC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBC6C; }

 p { color: rgb(236,188,108); }

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

background-color css

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

 a { background-color: rgb(236,188,108); }

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

border-color css

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

 span { border-color: rgb(236,188,108); }

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