Html Css Color HEX #ECB466 Harvest Gold

📋 copy color: '#ECB466'

red 236 ◦ green 180 ◦ blue 102

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

Shades of Harvest Gold #ECB466

Tints of Harvest Gold #ECB466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.69%

R = 45.56%
G = 34.75%
B = 19.69%

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

#ECB466 (or 0xECB466) is known color: Harvest Gold. HEX triplet: EC, B4 and 66. RGB value is (236,180,102). Sum of RGB (Red+Green+Blue) = 236+180+102=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB466 is #134B99. Grayscale: #BCBCBC. Windows color (decimal): -1264538 or 6730988. OLE color: 6730988.

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

Color convert

RGB 236 180 102 -
CMYK 0 0.24 0.57 0.07
HSL 34.93º 0.78% 0.66% -
HSV(B) 34.93º 0.57% 0.93% -
XYZ 53.31 51.43 19.69 -
YUV 187.85 79.55 162.34 -
System Red Green Blue C M Y K H S L
Decimal 236 180 102 0 0.24 0.57 0.07 34.93 0.78 0.66
Hex EC B4 66 0 18 39 7 23 4E 42
Octal 354 264 146 0 30 71 7 43 116 102
Binary 11101100 10110100 1100110 0 11000 111001 111 100011 1001110 1000010

Color Harmonies of #ECB466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB466

Black with #ECB466

Text Example


Text Example

White with #ECB466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB466; }

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

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

background-color css

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

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

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

border-color css

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

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

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