Html Css Color HEX #EBBA71 Harvest Gold

📋 copy color: '#EBBA71'

red 235 ◦ green 186 ◦ blue 113

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

Shades of Harvest Gold #EBBA71

Tints of Harvest Gold #EBBA71

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.83%

 BLUE value IS 113 (44.53% from 255) = 21.16%

R = 44.01%
G = 34.83%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EBBA71 (or 0xEBBA71) is known color: Harvest Gold. HEX triplet: EB, BA and 71. RGB value is (235,186,113). Sum of RGB (Red+Green+Blue) = 235+186+113=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 113 (44.53% from 255 or 21.16% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBA71 is #14458E. Grayscale: #C0C0C0. Windows color (decimal): -1328527 or 7453419. OLE color: 7453419.

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

Color convert

RGB 235 186 113 -
CMYK 0 0.21 0.52 0.08
HSL 35.9º 0.75% 0.68% -
HSV(B) 35.9º 0.52% 0.92% -
XYZ 54.8 53.97 23.15 -
YUV 192.33 83.23 158.44 -
System Red Green Blue C M Y K H S L
Decimal 235 186 113 0 0.21 0.52 0.08 35.9 0.75 0.68
Hex EB BA 71 0 15 34 8 24 4B 44
Octal 353 272 161 0 25 64 10 44 113 104
Binary 11101011 10111010 1110001 0 10101 110100 1000 100100 1001011 1000100

Color Harmonies of #EBBA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBA71

Black with #EBBA71

Text Example


Text Example

White with #EBBA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBA71; }

 p { color: rgb(235,186,113); }

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

background-color css

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

 a { background-color: rgb(235,186,113); }

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

border-color css

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

 span { border-color: rgb(235,186,113); }

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