Html Css Color HEX #ECB674 Harvest Gold

📋 copy color: '#ECB674'

red 236 ◦ green 182 ◦ blue 116

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

Shades of Harvest Gold #ECB674

Tints of Harvest Gold #ECB674

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.08%

 BLUE value IS 116 (45.7% from 255) = 21.72%

R = 44.19%
G = 34.08%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECB674 (or 0xECB674) is known color: Harvest Gold. HEX triplet: EC, B6 and 74. RGB value is (236,182,116). Sum of RGB (Red+Green+Blue) = 236+182+116=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 182 (71.48% from 255 or 34.08% from 534); Blue value is 116 (45.70% from 255 or 21.72% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB674 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB674 is #13498B. Grayscale: #BEBEBE. Windows color (decimal): -1264012 or 7649004. OLE color: 7649004.

HSL color Cylindrical-coordinate representation of color #ECB674: hue angle of 33º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECB674 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 182 116 -
CMYK 0 0.23 0.51 0.07
HSL 33º 0.76% 0.69% -
HSV(B) 33º 0.51% 0.93% -
XYZ 54.47 52.55 23.8 -
YUV 190.62 85.89 160.37 -
System Red Green Blue C M Y K H S L
Decimal 236 182 116 0 0.23 0.51 0.07 33 0.76 0.69
Hex EC B6 74 0 17 33 7 21 4C 45
Octal 354 266 164 0 27 63 7 41 114 105
Binary 11101100 10110110 1110100 0 10111 110011 111 100001 1001100 1000101

Color Harmonies of #ECB674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB674

Black with #ECB674

Text Example


Text Example

White with #ECB674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB674; }

 p { color: rgb(236,182,116); }

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

background-color css

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

 a { background-color: rgb(236,182,116); }

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

border-color css

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

 span { border-color: rgb(236,182,116); }

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