Html Css Color HEX #ECB364 Harvest Gold

📋 copy color: '#ECB364'

red 236 ◦ green 179 ◦ blue 100

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

Shades of Harvest Gold #ECB364

Tints of Harvest Gold #ECB364

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.76%

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

R = 45.83%
G = 34.76%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECB364 (or 0xECB364) is known color: Harvest Gold. HEX triplet: EC, B3 and 64. RGB value is (236,179,100). Sum of RGB (Red+Green+Blue) = 236+179+100=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 100 (39.45% from 255 or 19.42% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB364 is #134C9B. Grayscale: #BBBBBB. Windows color (decimal): -1264796 or 6599660. OLE color: 6599660.

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

Color convert

RGB 236 179 100 -
CMYK 0 0.24 0.58 0.07
HSL 34.85º 0.78% 0.66% -
HSV(B) 34.85º 0.58% 0.93% -
XYZ 53.01 50.99 19.11 -
YUV 187.04 78.88 162.92 -
System Red Green Blue C M Y K H S L
Decimal 236 179 100 0 0.24 0.58 0.07 34.85 0.78 0.66
Hex EC B3 64 0 18 3A 7 23 4E 42
Octal 354 263 144 0 30 72 7 43 116 102
Binary 11101100 10110011 1100100 0 11000 111010 111 100011 1001110 1000010

Color Harmonies of #ECB364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB364

Black with #ECB364

Text Example


Text Example

White with #ECB364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB364; }

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

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

background-color css

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

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

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

border-color css

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

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

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