Html Css Color HEX #EBC063 Harvest Gold

📋 copy color: '#EBC063'

red 235 ◦ green 192 ◦ blue 99

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

Shades of Harvest Gold #EBC063

Tints of Harvest Gold #EBC063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.82%

R = 44.68%
G = 36.5%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EBC063 (or 0xEBC063) is known color: Harvest Gold. HEX triplet: EB, C0 and 63. RGB value is (235,192,99). Sum of RGB (Red+Green+Blue) = 235+192+99=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 99 (39.06% from 255 or 18.82% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC063 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC063 is #143F9C. Grayscale: #C2C2C2. Windows color (decimal): -1327005 or 6537451. OLE color: 6537451.

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

Color convert

RGB 235 192 99 -
CMYK 0 0.18 0.58 0.08
HSL 41.03º 0.77% 0.65% -
HSV(B) 41.03º 0.58% 0.92% -
XYZ 55.36 56.26 19.75 -
YUV 194.26 74.25 157.06 -
System Red Green Blue C M Y K H S L
Decimal 235 192 99 0 0.18 0.58 0.08 41.03 0.77 0.65
Hex EB C0 63 0 12 3A 8 29 4D 41
Octal 353 300 143 0 22 72 10 51 115 101
Binary 11101011 11000000 1100011 0 10010 111010 1000 101001 1001101 1000001

Color Harmonies of #EBC063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC063

Black with #EBC063

Text Example


Text Example

White with #EBC063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC063; }

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

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

background-color css

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

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

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

border-color css

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

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

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