Html Css Color HEX #ECBD64 Harvest Gold

📋 copy color: '#ECBD64'

red 236 ◦ green 189 ◦ blue 100

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

Shades of Harvest Gold #ECBD64

Tints of Harvest Gold #ECBD64

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36%

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

R = 44.95%
G = 36%
B = 19.05%

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

#ECBD64 (or 0xECBD64) is known color: Harvest Gold. HEX triplet: EC, BD and 64. RGB value is (236,189,100). Sum of RGB (Red+Green+Blue) = 236+189+100=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBD64 is #13429B. Grayscale: #C1C1C1. Windows color (decimal): -1262236 or 6602220. OLE color: 6602220.

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

Color convert

RGB 236 189 100 -
CMYK 0 0.20 0.58 0.07
HSL 39.26º 0.78% 0.66% -
HSV(B) 39.26º 0.58% 0.93% -
XYZ 55.09 55.15 19.8 -
YUV 192.91 75.57 158.74 -
System Red Green Blue C M Y K H S L
Decimal 236 189 100 0 0.20 0.58 0.07 39.26 0.78 0.66
Hex EC BD 64 0 14 3A 7 27 4E 42
Octal 354 275 144 0 24 72 7 47 116 102
Binary 11101100 10111101 1100100 0 10100 111010 111 100111 1001110 1000010

Color Harmonies of #ECBD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBD64

Black with #ECBD64

Text Example


Text Example

White with #ECBD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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