Html Css Color HEX #ECC265 Harvest Gold

📋 copy color: '#ECC265'

red 236 ◦ green 194 ◦ blue 101

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

Shades of Harvest Gold #ECC265

Tints of Harvest Gold #ECC265

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.53%

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

R = 44.44%
G = 36.53%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ECC265 (or 0xECC265) is known color: Harvest Gold. HEX triplet: EC, C2 and 65. RGB value is (236,194,101). Sum of RGB (Red+Green+Blue) = 236+194+101=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC265 is #133D9A. Grayscale: #C4C4C4. Windows color (decimal): -1260955 or 6669036. OLE color: 6669036.

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

Color convert

RGB 236 194 101 -
CMYK 0 0.18 0.57 0.07
HSL 41.33º 0.78% 0.66% -
HSV(B) 41.33º 0.57% 0.93% -
XYZ 56.23 57.36 20.42 -
YUV 195.96 74.41 156.56 -
System Red Green Blue C M Y K H S L
Decimal 236 194 101 0 0.18 0.57 0.07 41.33 0.78 0.66
Hex EC C2 65 0 12 39 7 29 4E 42
Octal 354 302 145 0 22 71 7 51 116 102
Binary 11101100 11000010 1100101 0 10010 111001 111 101001 1001110 1000010

Color Harmonies of #ECC265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC265

Black with #ECC265

Text Example


Text Example

White with #ECC265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC265; }

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

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

background-color css

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

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

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

border-color css

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

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

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