Html Css Color HEX #EBBA6B Harvest Gold

📋 copy color: '#EBBA6B'

red 235 ◦ green 186 ◦ blue 107

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

Shades of Harvest Gold #EBBA6B

Tints of Harvest Gold #EBBA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.27%

R = 44.51%
G = 35.23%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EBBA6B (or 0xEBBA6B) is known color: Harvest Gold. HEX triplet: EB, BA and 6B. RGB value is (235,186,107). Sum of RGB (Red+Green+Blue) = 235+186+107=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBA6B is #144594. Grayscale: #C0C0C0. Windows color (decimal): -1328533 or 7060203. OLE color: 7060203.

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

Color convert

RGB 235 186 107 -
CMYK 0 0.21 0.54 0.08
HSL 37.03º 0.76% 0.67% -
HSV(B) 37.03º 0.54% 0.92% -
XYZ 54.47 53.84 21.43 -
YUV 191.65 80.23 158.92 -
System Red Green Blue C M Y K H S L
Decimal 235 186 107 0 0.21 0.54 0.08 37.03 0.76 0.67
Hex EB BA 6B 0 15 36 8 25 4C 43
Octal 353 272 153 0 25 66 10 45 114 103
Binary 11101011 10111010 1101011 0 10101 110110 1000 100101 1001100 1000011

Color Harmonies of #EBBA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBA6B

Black with #EBBA6B

Text Example


Text Example

White with #EBBA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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