Html Css Color HEX #EBC163 Harvest Gold

📋 copy color: '#EBC163'

red 235 ◦ green 193 ◦ blue 99

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

Shades of Harvest Gold #EBC163

Tints of Harvest Gold #EBC163

RGB

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

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

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

R = 44.59%
G = 36.62%
B = 18.79%

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

#EBC163 (or 0xEBC163) is known color: Harvest Gold. HEX triplet: EB, C1 and 63. RGB value is (235,193,99). Sum of RGB (Red+Green+Blue) = 235+193+99=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 99 (39.06% from 255 or 18.79% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC163 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC163 is #143E9C. Grayscale: #C3C3C3. Windows color (decimal): -1326749 or 6537707. OLE color: 6537707.

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

Color convert

RGB 235 193 99 -
CMYK 0 0.18 0.58 0.08
HSL 41.47º 0.77% 0.65% -
HSV(B) 41.47º 0.58% 0.92% -
XYZ 55.58 56.7 19.82 -
YUV 194.84 73.91 156.64 -
System Red Green Blue C M Y K H S L
Decimal 235 193 99 0 0.18 0.58 0.08 41.47 0.77 0.65
Hex EB C1 63 0 12 3A 8 29 4D 41
Octal 353 301 143 0 22 72 10 51 115 101
Binary 11101011 11000001 1100011 0 10010 111010 1000 101001 1001101 1000001

Color Harmonies of #EBC163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC163

Black with #EBC163

Text Example


Text Example

White with #EBC163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC163; }

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

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

background-color css

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

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

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

border-color css

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

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

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