Html Css Color HEX #ECBE74 Harvest Gold

📋 copy color: '#ECBE74'

red 236 ◦ green 190 ◦ blue 116

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

Shades of Harvest Gold #ECBE74

Tints of Harvest Gold #ECBE74

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.06%

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

R = 43.54%
G = 35.06%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECBE74 (or 0xECBE74) is known color: Harvest Gold. HEX triplet: EC, BE and 74. RGB value is (236,190,116). Sum of RGB (Red+Green+Blue) = 236+190+116=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBE74 is #13418B. Grayscale: #C3C3C3. Windows color (decimal): -1261964 or 7651052. OLE color: 7651052.

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

Color convert

RGB 236 190 116 -
CMYK 0 0.19 0.51 0.07
HSL 37º 0.76% 0.69% -
HSV(B) 37º 0.51% 0.93% -
XYZ 56.16 55.92 24.36 -
YUV 195.32 83.24 157.02 -
System Red Green Blue C M Y K H S L
Decimal 236 190 116 0 0.19 0.51 0.07 37 0.76 0.69
Hex EC BE 74 0 13 33 7 25 4C 45
Octal 354 276 164 0 23 63 7 45 114 105
Binary 11101100 10111110 1110100 0 10011 110011 111 100101 1001100 1000101

Color Harmonies of #ECBE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBE74

Black with #ECBE74

Text Example


Text Example

White with #ECBE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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