Html Css Color HEX #ECB162 Harvest Gold

📋 copy color: '#ECB162'

red 236 ◦ green 177 ◦ blue 98

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

Shades of Harvest Gold #ECB162

Tints of Harvest Gold #ECB162

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.64%

 BLUE value IS 98 (38.67% from 255) = 19.18%

R = 46.18%
G = 34.64%
B = 19.18%

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

#ECB162 (or 0xECB162) is known color: Harvest Gold. HEX triplet: EC, B1 and 62. RGB value is (236,177,98). Sum of RGB (Red+Green+Blue) = 236+177+98=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB162 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB162 is #134E9D. Grayscale: #BABABA. Windows color (decimal): -1265310 or 6468076. OLE color: 6468076.

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

Color convert

RGB 236 177 98 -
CMYK 0 0.25 0.58 0.07
HSL 34.35º 0.78% 0.65% -
HSV(B) 34.35º 0.58% 0.93% -
XYZ 52.52 50.16 18.47 -
YUV 185.64 78.55 163.92 -
System Red Green Blue C M Y K H S L
Decimal 236 177 98 0 0.25 0.58 0.07 34.35 0.78 0.65
Hex EC B1 62 0 19 3A 7 22 4E 41
Octal 354 261 142 0 31 72 7 42 116 101
Binary 11101100 10110001 1100010 0 11001 111010 111 100010 1001110 1000001

Color Harmonies of #ECB162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB162

Black with #ECB162

Text Example


Text Example

White with #ECB162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB162; }

 p { color: rgb(236,177,98); }

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

background-color css

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

 a { background-color: rgb(236,177,98); }

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

border-color css

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

 span { border-color: rgb(236,177,98); }

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