Html Css Color HEX #ECB06A Harvest Gold

📋 copy color: '#ECB06A'

red 236 ◦ green 176 ◦ blue 106

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

Shades of Harvest Gold #ECB06A

Tints of Harvest Gold #ECB06A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.98%

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

R = 45.56%
G = 33.98%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ECB06A (or 0xECB06A) is known color: Harvest Gold. HEX triplet: EC, B0 and 6A. RGB value is (236,176,106). Sum of RGB (Red+Green+Blue) = 236+176+106=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 106 (41.80% from 255 or 20.46% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB06A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB06A is #134F95. Grayscale: #BABABA. Windows color (decimal): -1265558 or 6992108. OLE color: 6992108.

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

Color convert

RGB 236 176 106 -
CMYK 0 0.25 0.55 0.07
HSL 32.31º 0.77% 0.67% -
HSV(B) 32.31º 0.55% 0.93% -
XYZ 52.72 49.92 20.49 -
YUV 185.96 82.88 163.69 -
System Red Green Blue C M Y K H S L
Decimal 236 176 106 0 0.25 0.55 0.07 32.31 0.77 0.67
Hex EC B0 6A 0 19 37 7 20 4D 43
Octal 354 260 152 0 31 67 7 40 115 103
Binary 11101100 10110000 1101010 0 11001 110111 111 100000 1001101 1000011

Color Harmonies of #ECB06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB06A

Black with #ECB06A

Text Example


Text Example

White with #ECB06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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