Html Css Color HEX #ECBC64 Harvest Gold

📋 copy color: '#ECBC64'

red 236 ◦ green 188 ◦ blue 100

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

Shades of Harvest Gold #ECBC64

Tints of Harvest Gold #ECBC64

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.88%

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

R = 45.04%
G = 35.88%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECBC64 (or 0xECBC64) is known color: Harvest Gold. HEX triplet: EC, BC and 64. RGB value is (236,188,100). Sum of RGB (Red+Green+Blue) = 236+188+100=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBC64 is #13439B. Grayscale: #C0C0C0. Windows color (decimal): -1262492 or 6601964. OLE color: 6601964.

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

Color convert

RGB 236 188 100 -
CMYK 0 0.20 0.58 0.07
HSL 38.82º 0.78% 0.66% -
HSV(B) 38.82º 0.58% 0.93% -
XYZ 54.88 54.72 19.73 -
YUV 192.32 75.9 159.16 -
System Red Green Blue C M Y K H S L
Decimal 236 188 100 0 0.20 0.58 0.07 38.82 0.78 0.66
Hex EC BC 64 0 14 3A 7 27 4E 42
Octal 354 274 144 0 24 72 7 47 116 102
Binary 11101100 10111100 1100100 0 10100 111010 111 100111 1001110 1000010

Color Harmonies of #ECBC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBC64

Black with #ECBC64

Text Example


Text Example

White with #ECBC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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