Html Css Color HEX #ECBD6C Harvest Gold

📋 copy color: '#ECBD6C'

red 236 ◦ green 189 ◦ blue 108

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

Shades of Harvest Gold #ECBD6C

Tints of Harvest Gold #ECBD6C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.46%

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

R = 44.28%
G = 35.46%
B = 20.26%

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

#ECBD6C (or 0xECBD6C) is known color: Harvest Gold. HEX triplet: EC, BD and 6C. RGB value is (236,189,108). Sum of RGB (Red+Green+Blue) = 236+189+108=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 108 (42.58% from 255 or 20.26% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBD6C is #134293. Grayscale: #C2C2C2. Windows color (decimal): -1262228 or 7126508. OLE color: 7126508.

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

Color convert

RGB 236 189 108 -
CMYK 0 0.20 0.54 0.07
HSL 37.97º 0.77% 0.67% -
HSV(B) 37.97º 0.54% 0.93% -
XYZ 55.5 55.31 21.94 -
YUV 193.82 79.57 158.09 -
System Red Green Blue C M Y K H S L
Decimal 236 189 108 0 0.20 0.54 0.07 37.97 0.77 0.67
Hex EC BD 6C 0 14 36 7 26 4D 43
Octal 354 275 154 0 24 66 7 46 115 103
Binary 11101100 10111101 1101100 0 10100 110110 111 100110 1001101 1000011

Color Harmonies of #ECBD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBD6C

Black with #ECBD6C

Text Example


Text Example

White with #ECBD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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