Html Css Color HEX #EBC075 Harvest Gold

📋 copy color: '#EBC075'

red 235 ◦ green 192 ◦ blue 117

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

Shades of Harvest Gold #EBC075

Tints of Harvest Gold #EBC075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.51%

R = 43.2%
G = 35.29%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EBC075 (or 0xEBC075) is known color: Harvest Gold. HEX triplet: EB, C0 and 75. RGB value is (235,192,117). Sum of RGB (Red+Green+Blue) = 235+192+117=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC075 is #143F8A. Grayscale: #C4C4C4. Windows color (decimal): -1326987 or 7717099. OLE color: 7717099.

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

Color convert

RGB 235 192 117 -
CMYK 0 0.18 0.50 0.08
HSL 38.14º 0.75% 0.69% -
HSV(B) 38.14º 0.5% 0.92% -
XYZ 56.32 56.65 24.79 -
YUV 196.31 83.25 155.6 -
System Red Green Blue C M Y K H S L
Decimal 235 192 117 0 0.18 0.50 0.08 38.14 0.75 0.69
Hex EB C0 75 0 12 32 8 26 4B 45
Octal 353 300 165 0 22 62 10 46 113 105
Binary 11101011 11000000 1110101 0 10010 110010 1000 100110 1001011 1000101

Color Harmonies of #EBC075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC075

Black with #EBC075

Text Example


Text Example

White with #EBC075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC075; }

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

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

background-color css

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

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

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

border-color css

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

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

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