Html Css Color HEX #ECC069 Harvest Gold

📋 copy color: '#ECC069'

red 236 ◦ green 192 ◦ blue 105

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

Shades of Harvest Gold #ECC069

Tints of Harvest Gold #ECC069

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.02%

 BLUE value IS 105 (41.41% from 255) = 19.7%

R = 44.28%
G = 36.02%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ECC069 (or 0xECC069) is known color: Harvest Gold. HEX triplet: EC, C0 and 69. RGB value is (236,192,105). Sum of RGB (Red+Green+Blue) = 236+192+105=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 105 (41.41% from 255 or 19.70% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC069 is #133F96. Grayscale: #C3C3C3. Windows color (decimal): -1261463 or 6930668. OLE color: 6930668.

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

Color convert

RGB 236 192 105 -
CMYK 0 0.19 0.56 0.07
HSL 39.85º 0.78% 0.67% -
HSV(B) 39.85º 0.56% 0.93% -
XYZ 55.99 56.55 21.33 -
YUV 195.24 77.08 157.07 -
System Red Green Blue C M Y K H S L
Decimal 236 192 105 0 0.19 0.56 0.07 39.85 0.78 0.67
Hex EC C0 69 0 13 38 7 28 4E 43
Octal 354 300 151 0 23 70 7 50 116 103
Binary 11101100 11000000 1101001 0 10011 111000 111 101000 1001110 1000011

Color Harmonies of #ECC069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC069

Black with #ECC069

Text Example


Text Example

White with #ECC069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC069; }

 p { color: rgb(236,192,105); }

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

background-color css

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

 a { background-color: rgb(236,192,105); }

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

border-color css

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

 span { border-color: rgb(236,192,105); }

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