Html Css Color HEX #EBC170 Harvest Gold

📋 copy color: '#EBC170'

red 235 ◦ green 193 ◦ blue 112

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

Shades of Harvest Gold #EBC170

Tints of Harvest Gold #EBC170

RGB

 RED value IS 235 (92.19% from 255) = 43.52%

 GREEN value IS 193 (75.78% from 255) = 35.74%

 BLUE value IS 112 (44.14% from 255) = 20.74%

R = 43.52%
G = 35.74%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EBC170 (or 0xEBC170) is known color: Harvest Gold. HEX triplet: EB, C1 and 70. RGB value is (235,193,112). Sum of RGB (Red+Green+Blue) = 235+193+112=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC170 is #143E8F. Grayscale: #C4C4C4. Windows color (decimal): -1326736 or 7389675. OLE color: 7389675.

HSL color Cylindrical-coordinate representation of color #EBC170: hue angle of 39.51º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EBC170 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 193 112 -
CMYK 0 0.18 0.52 0.08
HSL 39.51º 0.75% 0.68% -
HSV(B) 39.51º 0.52% 0.92% -
XYZ 56.26 56.97 23.36 -
YUV 196.32 80.41 155.59 -
System Red Green Blue C M Y K H S L
Decimal 235 193 112 0 0.18 0.52 0.08 39.51 0.75 0.68
Hex EB C1 70 0 12 34 8 28 4B 44
Octal 353 301 160 0 22 64 10 50 113 104
Binary 11101011 11000001 1110000 0 10010 110100 1000 101000 1001011 1000100

Color Harmonies of #EBC170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC170

Black with #EBC170

Text Example


Text Example

White with #EBC170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC170; }

 p { color: rgb(235,193,112); }

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

background-color css

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

 a { background-color: rgb(235,193,112); }

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

border-color css

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

 span { border-color: rgb(235,193,112); }

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