Html Css Color HEX #ECC264 Harvest Gold

📋 copy color: '#ECC264'

red 236 ◦ green 194 ◦ blue 100

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

Shades of Harvest Gold #ECC264

Tints of Harvest Gold #ECC264

RGB

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

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

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

R = 44.53%
G = 36.6%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECC264 (or 0xECC264) is known color: Harvest Gold. HEX triplet: EC, C2 and 64. RGB value is (236,194,100). Sum of RGB (Red+Green+Blue) = 236+194+100=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 100 (39.45% from 255 or 18.87% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC264 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC264 is #133D9B. Grayscale: #C4C4C4. Windows color (decimal): -1260956 or 6603500. OLE color: 6603500.

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

Color convert

RGB 236 194 100 -
CMYK 0 0.18 0.58 0.07
HSL 41.47º 0.78% 0.66% -
HSV(B) 41.47º 0.58% 0.93% -
XYZ 56.18 57.34 20.16 -
YUV 195.84 73.91 156.64 -
System Red Green Blue C M Y K H S L
Decimal 236 194 100 0 0.18 0.58 0.07 41.47 0.78 0.66
Hex EC C2 64 0 12 3A 7 29 4E 42
Octal 354 302 144 0 22 72 7 51 116 102
Binary 11101100 11000010 1100100 0 10010 111010 111 101001 1001110 1000010

Color Harmonies of #ECC264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC264

Black with #ECC264

Text Example


Text Example

White with #ECC264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC264; }

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

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

background-color css

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

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

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

border-color css

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

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

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