Html Css Color HEX #ECBD74 Harvest Gold

📋 copy color: '#ECBD74'

red 236 ◦ green 189 ◦ blue 116

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

Shades of Harvest Gold #ECBD74

Tints of Harvest Gold #ECBD74

RGB

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

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

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

R = 43.62%
G = 34.94%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECBD74 (or 0xECBD74) is known color: Harvest Gold. HEX triplet: EC, BD and 74. RGB value is (236,189,116). Sum of RGB (Red+Green+Blue) = 236+189+116=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 116 (45.70% from 255 or 21.44% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBD74 is #13428B. Grayscale: #C3C3C3. Windows color (decimal): -1262220 or 7650796. OLE color: 7650796.

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

Color convert

RGB 236 189 116 -
CMYK 0 0.20 0.51 0.07
HSL 36.5º 0.76% 0.69% -
HSV(B) 36.5º 0.51% 0.93% -
XYZ 55.94 55.49 24.28 -
YUV 194.73 83.57 157.44 -
System Red Green Blue C M Y K H S L
Decimal 236 189 116 0 0.20 0.51 0.07 36.5 0.76 0.69
Hex EC BD 74 0 14 33 7 24 4C 45
Octal 354 275 164 0 24 63 7 44 114 105
Binary 11101100 10111101 1110100 0 10100 110011 111 100100 1001100 1000101

Color Harmonies of #ECBD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBD74

Black with #ECBD74

Text Example


Text Example

White with #ECBD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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