Html Css Color HEX #ECBA6F Harvest Gold

📋 copy color: '#ECBA6F'

red 236 ◦ green 186 ◦ blue 111

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

Shades of Harvest Gold #ECBA6F

Tints of Harvest Gold #ECBA6F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.9%

 BLUE value IS 111 (43.75% from 255) = 20.83%

R = 44.28%
G = 34.9%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECBA6F (or 0xECBA6F) is known color: Harvest Gold. HEX triplet: EC, BA and 6F. RGB value is (236,186,111). Sum of RGB (Red+Green+Blue) = 236+186+111=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 111 (43.75% from 255 or 20.83% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBA6F is #134590. Grayscale: #C0C0C0. Windows color (decimal): -1262993 or 7322348. OLE color: 7322348.

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

Color convert

RGB 236 186 111 -
CMYK 0 0.21 0.53 0.07
HSL 36º 0.77% 0.68% -
HSV(B) 36º 0.53% 0.93% -
XYZ 55.02 54.1 22.58 -
YUV 192.4 82.07 159.1 -
System Red Green Blue C M Y K H S L
Decimal 236 186 111 0 0.21 0.53 0.07 36 0.77 0.68
Hex EC BA 6F 0 15 35 7 24 4D 44
Octal 354 272 157 0 25 65 7 44 115 104
Binary 11101100 10111010 1101111 0 10101 110101 111 100100 1001101 1000100

Color Harmonies of #ECBA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBA6F

Black with #ECBA6F

Text Example


Text Example

White with #ECBA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBA6F; }

 p { color: rgb(236,186,111); }

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

background-color css

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

 a { background-color: rgb(236,186,111); }

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

border-color css

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

 span { border-color: rgb(236,186,111); }

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