Html Css Color HEX #EBB575 Harvest Gold

📋 copy color: '#EBB575'

red 235 ◦ green 181 ◦ blue 117

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

Shades of Harvest Gold #EBB575

Tints of Harvest Gold #EBB575

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.96%

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

R = 44.09%
G = 33.96%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EBB575 (or 0xEBB575) is known color: Harvest Gold. HEX triplet: EB, B5 and 75. RGB value is (235,181,117). Sum of RGB (Red+Green+Blue) = 235+181+117=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 181 (71.09% from 255 or 33.96% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB575 is #144A8A. Grayscale: #BEBEBE. Windows color (decimal): -1329803 or 7714283. OLE color: 7714283.

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

Color convert

RGB 235 181 117 -
CMYK 0 0.23 0.50 0.08
HSL 32.54º 0.75% 0.69% -
HSV(B) 32.54º 0.5% 0.92% -
XYZ 54 51.99 24.02 -
YUV 189.85 86.89 160.2 -
System Red Green Blue C M Y K H S L
Decimal 235 181 117 0 0.23 0.50 0.08 32.54 0.75 0.69
Hex EB B5 75 0 17 32 8 21 4B 45
Octal 353 265 165 0 27 62 10 41 113 105
Binary 11101011 10110101 1110101 0 10111 110010 1000 100001 1001011 1000101

Color Harmonies of #EBB575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB575

Black with #EBB575

Text Example


Text Example

White with #EBB575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB575; }

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

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

background-color css

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

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

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

border-color css

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

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

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