Html Css Color HEX #ECB465 Harvest Gold

📋 copy color: '#ECB465'

red 236 ◦ green 180 ◦ blue 101

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

Shades of Harvest Gold #ECB465

Tints of Harvest Gold #ECB465

RGB

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

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

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

R = 45.65%
G = 34.82%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ECB465 (or 0xECB465) is known color: Harvest Gold. HEX triplet: EC, B4 and 65. RGB value is (236,180,101). Sum of RGB (Red+Green+Blue) = 236+180+101=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 101 (39.84% from 255 or 19.54% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB465 is #134B9A. Grayscale: #BCBCBC. Windows color (decimal): -1264539 or 6665452. OLE color: 6665452.

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

Color convert

RGB 236 180 101 -
CMYK 0 0.24 0.57 0.07
HSL 35.11º 0.78% 0.66% -
HSV(B) 35.11º 0.57% 0.93% -
XYZ 53.26 51.41 19.43 -
YUV 187.74 79.05 162.42 -
System Red Green Blue C M Y K H S L
Decimal 236 180 101 0 0.24 0.57 0.07 35.11 0.78 0.66
Hex EC B4 65 0 18 39 7 23 4E 42
Octal 354 264 145 0 30 71 7 43 116 102
Binary 11101100 10110100 1100101 0 11000 111001 111 100011 1001110 1000010

Color Harmonies of #ECB465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB465

Black with #ECB465

Text Example


Text Example

White with #ECB465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB465; }

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

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

background-color css

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

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

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

border-color css

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

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

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