Html Css Color HEX #EBC273 Harvest Gold

📋 copy color: '#EBC273'

red 235 ◦ green 194 ◦ blue 115

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

Shades of Harvest Gold #EBC273

Tints of Harvest Gold #EBC273

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.66%

 BLUE value IS 115 (45.31% from 255) = 21.14%

R = 43.2%
G = 35.66%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBC273 (or 0xEBC273) is known color: Harvest Gold. HEX triplet: EB, C2 and 73. RGB value is (235,194,115). Sum of RGB (Red+Green+Blue) = 235+194+115=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 115 (45.31% from 255 or 21.14% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC273 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC273 is #143D8C. Grayscale: #C5C5C5. Windows color (decimal): -1326477 or 7586539. OLE color: 7586539.

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

Color convert

RGB 235 194 115 -
CMYK 0 0.17 0.51 0.08
HSL 39.5º 0.75% 0.69% -
HSV(B) 39.5º 0.51% 0.92% -
XYZ 56.65 57.48 24.33 -
YUV 197.25 81.58 154.92 -
System Red Green Blue C M Y K H S L
Decimal 235 194 115 0 0.17 0.51 0.08 39.5 0.75 0.69
Hex EB C2 73 0 11 33 8 28 4B 45
Octal 353 302 163 0 21 63 10 50 113 105
Binary 11101011 11000010 1110011 0 10001 110011 1000 101000 1001011 1000101

Color Harmonies of #EBC273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC273

Black with #EBC273

Text Example


Text Example

White with #EBC273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC273; }

 p { color: rgb(235,194,115); }

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

background-color css

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

 a { background-color: rgb(235,194,115); }

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

border-color css

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

 span { border-color: rgb(235,194,115); }

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