Html Css Color HEX #ECAB6A Harvest Gold

📋 copy color: '#ECAB6A'

red 236 ◦ green 171 ◦ blue 106

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

Shades of Harvest Gold #ECAB6A

Tints of Harvest Gold #ECAB6A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.33%

 BLUE value IS 106 (41.8% from 255) = 20.66%

R = 46%
G = 33.33%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ECAB6A (or 0xECAB6A) is known color: Harvest Gold. HEX triplet: EC, AB and 6A. RGB value is (236,171,106). Sum of RGB (Red+Green+Blue) = 236+171+106=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAB6A is #135495. Grayscale: #B7B7B7. Windows color (decimal): -1266838 or 6990828. OLE color: 6990828.

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

Color convert

RGB 236 171 106 -
CMYK 0 0.28 0.55 0.07
HSL 30º 0.77% 0.67% -
HSV(B) 30º 0.55% 0.93% -
XYZ 51.76 48 20.17 -
YUV 183.03 84.53 165.79 -
System Red Green Blue C M Y K H S L
Decimal 236 171 106 0 0.28 0.55 0.07 30 0.77 0.67
Hex EC AB 6A 0 1C 37 7 1E 4D 43
Octal 354 253 152 0 34 67 7 36 115 103
Binary 11101100 10101011 1101010 0 11100 110111 111 11110 1001101 1000011

Color Harmonies of #ECAB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAB6A

Black with #ECAB6A

Text Example


Text Example

White with #ECAB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAB6A; }

 p { color: rgb(236,171,106); }

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

background-color css

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

 a { background-color: rgb(236,171,106); }

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

border-color css

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

 span { border-color: rgb(236,171,106); }

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