Html Css Color HEX #ECB662 Harvest Gold

📋 copy color: '#ECB662'

red 236 ◦ green 182 ◦ blue 98

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

Shades of Harvest Gold #ECB662

Tints of Harvest Gold #ECB662

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.27%

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

R = 45.74%
G = 35.27%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECB662 (or 0xECB662) is known color: Harvest Gold. HEX triplet: EC, B6 and 62. RGB value is (236,182,98). Sum of RGB (Red+Green+Blue) = 236+182+98=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB662 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB662 is #13499D. Grayscale: #BCBCBC. Windows color (decimal): -1264030 or 6469356. OLE color: 6469356.

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

Color convert

RGB 236 182 98 -
CMYK 0 0.23 0.58 0.07
HSL 36.52º 0.78% 0.65% -
HSV(B) 36.52º 0.58% 0.93% -
XYZ 53.52 52.17 18.8 -
YUV 188.57 76.89 161.83 -
System Red Green Blue C M Y K H S L
Decimal 236 182 98 0 0.23 0.58 0.07 36.52 0.78 0.65
Hex EC B6 62 0 17 3A 7 25 4E 41
Octal 354 266 142 0 27 72 7 45 116 101
Binary 11101100 10110110 1100010 0 10111 111010 111 100101 1001110 1000001

Color Harmonies of #ECB662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB662

Black with #ECB662

Text Example


Text Example

White with #ECB662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB662; }

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

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

background-color css

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

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

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

border-color css

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

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

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