Html Css Color HEX #ECB164 Harvest Gold

📋 copy color: '#ECB164'

red 236 ◦ green 177 ◦ blue 100

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

Shades of Harvest Gold #ECB164

Tints of Harvest Gold #ECB164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.49%

R = 46%
G = 34.5%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECB164 (or 0xECB164) is known color: Harvest Gold. HEX triplet: EC, B1 and 64. RGB value is (236,177,100). Sum of RGB (Red+Green+Blue) = 236+177+100=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 100 (39.45% from 255 or 19.49% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB164 is #134E9B. Grayscale: #BABABA. Windows color (decimal): -1265308 or 6599148. OLE color: 6599148.

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

Color convert

RGB 236 177 100 -
CMYK 0 0.25 0.58 0.07
HSL 33.97º 0.78% 0.66% -
HSV(B) 33.97º 0.58% 0.93% -
XYZ 52.61 50.2 18.97 -
YUV 185.86 79.55 163.76 -
System Red Green Blue C M Y K H S L
Decimal 236 177 100 0 0.25 0.58 0.07 33.97 0.78 0.66
Hex EC B1 64 0 19 3A 7 22 4E 42
Octal 354 261 144 0 31 72 7 42 116 102
Binary 11101100 10110001 1100100 0 11001 111010 111 100010 1001110 1000010

Color Harmonies of #ECB164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB164

Black with #ECB164

Text Example


Text Example

White with #ECB164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB164; }

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

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

background-color css

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

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

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

border-color css

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

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

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