Html Css Color HEX #ECB262 Harvest Gold

📋 copy color: '#ECB262'

red 236 ◦ green 178 ◦ blue 98

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

Shades of Harvest Gold #ECB262

Tints of Harvest Gold #ECB262

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.77%

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

R = 46.09%
G = 34.77%
B = 19.14%

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

#ECB262 (or 0xECB262) is known color: Harvest Gold. HEX triplet: EC, B2 and 62. RGB value is (236,178,98). Sum of RGB (Red+Green+Blue) = 236+178+98=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 98 (38.67% from 255 or 19.14% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB262 is #134D9D. Grayscale: #BABABA. Windows color (decimal): -1265054 or 6468332. OLE color: 6468332.

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

Color convert

RGB 236 178 98 -
CMYK 0 0.25 0.58 0.07
HSL 34.78º 0.78% 0.65% -
HSV(B) 34.78º 0.58% 0.93% -
XYZ 52.72 50.56 18.53 -
YUV 186.22 78.22 163.5 -
System Red Green Blue C M Y K H S L
Decimal 236 178 98 0 0.25 0.58 0.07 34.78 0.78 0.65
Hex EC B2 62 0 19 3A 7 23 4E 41
Octal 354 262 142 0 31 72 7 43 116 101
Binary 11101100 10110010 1100010 0 11001 111010 111 100011 1001110 1000001

Color Harmonies of #ECB262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB262

Black with #ECB262

Text Example


Text Example

White with #ECB262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB262; }

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

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

background-color css

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

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

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

border-color css

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

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

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