Html Css Color HEX #ECB264 Harvest Gold

📋 copy color: '#ECB264'

red 236 ◦ green 178 ◦ blue 100

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

Shades of Harvest Gold #ECB264

Tints of Harvest Gold #ECB264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.46%

R = 45.91%
G = 34.63%
B = 19.46%

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

#ECB264 (or 0xECB264) is known color: Harvest Gold. HEX triplet: EC, B2 and 64. RGB value is (236,178,100). Sum of RGB (Red+Green+Blue) = 236+178+100=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB264 is #134D9B. Grayscale: #BABABA. Windows color (decimal): -1265052 or 6599404. OLE color: 6599404.

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

Color convert

RGB 236 178 100 -
CMYK 0 0.25 0.58 0.07
HSL 34.41º 0.78% 0.66% -
HSV(B) 34.41º 0.58% 0.93% -
XYZ 52.81 50.59 19.04 -
YUV 186.45 79.22 163.34 -
System Red Green Blue C M Y K H S L
Decimal 236 178 100 0 0.25 0.58 0.07 34.41 0.78 0.66
Hex EC B2 64 0 19 3A 7 22 4E 42
Octal 354 262 144 0 31 72 7 42 116 102
Binary 11101100 10110010 1100100 0 11001 111010 111 100010 1001110 1000010

Color Harmonies of #ECB264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB264

Black with #ECB264

Text Example


Text Example

White with #ECB264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB264; }

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

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

background-color css

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

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

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

border-color css

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

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

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