Html Css Color HEX #ECB862 Harvest Gold

📋 copy color: '#ECB862'

red 236 ◦ green 184 ◦ blue 98

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

Shades of Harvest Gold #ECB862

Tints of Harvest Gold #ECB862

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.52%

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

R = 45.56%
G = 35.52%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECB862 (or 0xECB862) is known color: Harvest Gold. HEX triplet: EC, B8 and 62. RGB value is (236,184,98). Sum of RGB (Red+Green+Blue) = 236+184+98=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 98 (38.67% from 255 or 18.92% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB862 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB862 is #13479D. Grayscale: #BEBEBE. Windows color (decimal): -1263518 or 6469868. OLE color: 6469868.

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

Color convert

RGB 236 184 98 -
CMYK 0 0.22 0.58 0.07
HSL 37.39º 0.78% 0.65% -
HSV(B) 37.39º 0.58% 0.93% -
XYZ 53.94 53 18.94 -
YUV 189.74 76.23 160.99 -
System Red Green Blue C M Y K H S L
Decimal 236 184 98 0 0.22 0.58 0.07 37.39 0.78 0.65
Hex EC B8 62 0 16 3A 7 25 4E 41
Octal 354 270 142 0 26 72 7 45 116 101
Binary 11101100 10111000 1100010 0 10110 111010 111 100101 1001110 1000001

Color Harmonies of #ECB862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB862

Black with #ECB862

Text Example


Text Example

White with #ECB862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB862; }

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

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

background-color css

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

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

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

border-color css

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

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

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