Html Css Color HEX #EBC070 Harvest Gold

📋 copy color: '#EBC070'

red 235 ◦ green 192 ◦ blue 112

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

Shades of Harvest Gold #EBC070

Tints of Harvest Gold #EBC070

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.62%

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

R = 43.6%
G = 35.62%
B = 20.78%

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

#EBC070 (or 0xEBC070) is known color: Harvest Gold. HEX triplet: EB, C0 and 70. RGB value is (235,192,112). Sum of RGB (Red+Green+Blue) = 235+192+112=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC070 is #143F8F. Grayscale: #C4C4C4. Windows color (decimal): -1326992 or 7389419. OLE color: 7389419.

HSL color Cylindrical-coordinate representation of color #EBC070: hue angle of 39.02º 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 #EBC070 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 192 112 -
CMYK 0 0.18 0.52 0.08
HSL 39.02º 0.75% 0.68% -
HSV(B) 39.02º 0.52% 0.92% -
XYZ 56.04 56.53 23.29 -
YUV 195.74 80.75 156 -
System Red Green Blue C M Y K H S L
Decimal 235 192 112 0 0.18 0.52 0.08 39.02 0.75 0.68
Hex EB C0 70 0 12 34 8 27 4B 44
Octal 353 300 160 0 22 64 10 47 113 104
Binary 11101011 11000000 1110000 0 10010 110100 1000 100111 1001011 1000100

Color Harmonies of #EBC070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC070

Black with #EBC070

Text Example


Text Example

White with #EBC070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC070; }

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

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

background-color css

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

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

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

border-color css

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

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

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