Html Css Color HEX #ECB064 Harvest Gold

📋 copy color: '#ECB064'

red 236 ◦ green 176 ◦ blue 100

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

Shades of Harvest Gold #ECB064

Tints of Harvest Gold #ECB064

RGB

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

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

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

R = 46.09%
G = 34.38%
B = 19.53%

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

#ECB064 (or 0xECB064) is known color: Harvest Gold. HEX triplet: EC, B0 and 64. RGB value is (236,176,100). Sum of RGB (Red+Green+Blue) = 236+176+100=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB064 is #134F9B. Grayscale: #B9B9B9. Windows color (decimal): -1265564 or 6598892. OLE color: 6598892.

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

Color convert

RGB 236 176 100 -
CMYK 0 0.25 0.58 0.07
HSL 33.53º 0.78% 0.66% -
HSV(B) 33.53º 0.58% 0.93% -
XYZ 52.42 49.8 18.91 -
YUV 185.28 79.88 164.18 -
System Red Green Blue C M Y K H S L
Decimal 236 176 100 0 0.25 0.58 0.07 33.53 0.78 0.66
Hex EC B0 64 0 19 3A 7 22 4E 42
Octal 354 260 144 0 31 72 7 42 116 102
Binary 11101100 10110000 1100100 0 11001 111010 111 100010 1001110 1000010

Color Harmonies of #ECB064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB064

Black with #ECB064

Text Example


Text Example

White with #ECB064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB064; }

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

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

background-color css

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

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

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

border-color css

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

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

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