Html Css Color HEX #ECB461 Harvest Gold

📋 copy color: '#ECB461'

red 236 ◦ green 180 ◦ blue 97

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

Shades of Harvest Gold #ECB461

Tints of Harvest Gold #ECB461

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.09%

 BLUE value IS 97 (38.28% from 255) = 18.91%

R = 46%
G = 35.09%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ECB461 (or 0xECB461) is known color: Harvest Gold. HEX triplet: EC, B4 and 61. RGB value is (236,180,97). Sum of RGB (Red+Green+Blue) = 236+180+97=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 97 (38.28% from 255 or 18.91% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB461 is #134B9E. Grayscale: #BBBBBB. Windows color (decimal): -1264543 or 6403308. OLE color: 6403308.

HSL color Cylindrical-coordinate representation of color #ECB461: hue angle of 35.83º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ECB461 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 180 97 -
CMYK 0 0.24 0.59 0.07
HSL 35.83º 0.79% 0.65% -
HSV(B) 35.83º 0.59% 0.93% -
XYZ 53.07 51.34 18.42 -
YUV 187.28 77.05 162.75 -
System Red Green Blue C M Y K H S L
Decimal 236 180 97 0 0.24 0.59 0.07 35.83 0.79 0.65
Hex EC B4 61 0 18 3B 7 24 4F 41
Octal 354 264 141 0 30 73 7 44 117 101
Binary 11101100 10110100 1100001 0 11000 111011 111 100100 1001111 1000001

Color Harmonies of #ECB461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB461

Black with #ECB461

Text Example


Text Example

White with #ECB461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB461; }

 p { color: rgb(236,180,97); }

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

background-color css

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

 a { background-color: rgb(236,180,97); }

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

border-color css

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

 span { border-color: rgb(236,180,97); }

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