Html Css Color HEX #ECB165 Harvest Gold

📋 copy color: '#ECB165'

red 236 ◦ green 177 ◦ blue 101

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

Shades of Harvest Gold #ECB165

Tints of Harvest Gold #ECB165

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.44%

 BLUE value IS 101 (39.84% from 255) = 19.65%

R = 45.91%
G = 34.44%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ECB165 (or 0xECB165) is known color: Harvest Gold. HEX triplet: EC, B1 and 65. RGB value is (236,177,101). Sum of RGB (Red+Green+Blue) = 236+177+101=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB165 is #134E9A. Grayscale: #BABABA. Windows color (decimal): -1265307 or 6664684. OLE color: 6664684.

HSL color Cylindrical-coordinate representation of color #ECB165: hue angle of 33.78º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ECB165 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 177 101 -
CMYK 0 0.25 0.57 0.07
HSL 33.78º 0.78% 0.66% -
HSV(B) 33.78º 0.57% 0.93% -
XYZ 52.66 50.22 19.23 -
YUV 185.98 80.05 163.68 -
System Red Green Blue C M Y K H S L
Decimal 236 177 101 0 0.25 0.57 0.07 33.78 0.78 0.66
Hex EC B1 65 0 19 39 7 22 4E 42
Octal 354 261 145 0 31 71 7 42 116 102
Binary 11101100 10110001 1100101 0 11001 111001 111 100010 1001110 1000010

Color Harmonies of #ECB165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB165

Black with #ECB165

Text Example


Text Example

White with #ECB165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB165; }

 p { color: rgb(236,177,101); }

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

background-color css

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

 a { background-color: rgb(236,177,101); }

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

border-color css

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

 span { border-color: rgb(236,177,101); }

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