Html Css Color HEX #ECB265 Harvest Gold

📋 copy color: '#ECB265'

red 236 ◦ green 178 ◦ blue 101

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

Shades of Harvest Gold #ECB265

Tints of Harvest Gold #ECB265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.61%

R = 45.83%
G = 34.56%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ECB265 (or 0xECB265) is known color: Harvest Gold. HEX triplet: EC, B2 and 65. RGB value is (236,178,101). Sum of RGB (Red+Green+Blue) = 236+178+101=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 101 (39.84% from 255 or 19.61% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECB265 is #134D9A. Grayscale: #BABABA. Windows color (decimal): -1265051 or 6664940. OLE color: 6664940.

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

Color convert

RGB 236 178 101 -
CMYK 0 0.25 0.57 0.07
HSL 34.22º 0.78% 0.66% -
HSV(B) 34.22º 0.57% 0.93% -
XYZ 52.86 50.61 19.3 -
YUV 186.56 79.72 163.26 -
System Red Green Blue C M Y K H S L
Decimal 236 178 101 0 0.25 0.57 0.07 34.22 0.78 0.66
Hex EC B2 65 0 19 39 7 22 4E 42
Octal 354 262 145 0 31 71 7 42 116 102
Binary 11101100 10110010 1100101 0 11001 111001 111 100010 1001110 1000010

Color Harmonies of #ECB265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB265

Black with #ECB265

Text Example


Text Example

White with #ECB265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB265; }

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

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

background-color css

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

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

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

border-color css

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

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

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