Html Css Color HEX #EBBA6A Harvest Gold

📋 copy color: '#EBBA6A'

red 235 ◦ green 186 ◦ blue 106

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

Shades of Harvest Gold #EBBA6A

Tints of Harvest Gold #EBBA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.11%

R = 44.59%
G = 35.29%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EBBA6A (or 0xEBBA6A) is known color: Harvest Gold. HEX triplet: EB, BA and 6A. RGB value is (235,186,106). Sum of RGB (Red+Green+Blue) = 235+186+106=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 106 (41.80% from 255 or 20.11% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBA6A is #144595. Grayscale: #BFBFBF. Windows color (decimal): -1328534 or 6994667. OLE color: 6994667.

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

Color convert

RGB 235 186 106 -
CMYK 0 0.21 0.55 0.08
HSL 37.21º 0.76% 0.67% -
HSV(B) 37.21º 0.55% 0.92% -
XYZ 54.42 53.82 21.16 -
YUV 191.53 79.73 159 -
System Red Green Blue C M Y K H S L
Decimal 235 186 106 0 0.21 0.55 0.08 37.21 0.76 0.67
Hex EB BA 6A 0 15 37 8 25 4C 43
Octal 353 272 152 0 25 67 10 45 114 103
Binary 11101011 10111010 1101010 0 10101 110111 1000 100101 1001100 1000011

Color Harmonies of #EBBA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBA6A

Black with #EBBA6A

Text Example


Text Example

White with #EBBA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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