Html Css Color HEX #E6B560 Harvest Gold

📋 copy color: '#E6B560'

red 230 ◦ green 181 ◦ blue 96

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

Shades of Harvest Gold #E6B560

Tints of Harvest Gold #E6B560

RGB

 RED value IS 230 (90.23% from 255) = 45.36%

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

 BLUE value IS 96 (37.89% from 255) = 18.93%

R = 45.36%
G = 35.7%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E6B560 (or 0xE6B560) is known color: Harvest Gold. HEX triplet: E6, B5 and 60. RGB value is (230,181,96). Sum of RGB (Red+Green+Blue) = 230+181+96=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B560 is #194A9F. Grayscale: #BABABA. Windows color (decimal): -1657504 or 6338022. OLE color: 6338022.

HSL color Cylindrical-coordinate representation of color #E6B560: hue angle of 38.06º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E6B560 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 181 96 -
CMYK 0 0.21 0.58 0.10
HSL 38.06º 0.73% 0.64% -
HSV(B) 38.06º 0.58% 0.9% -
XYZ 51.27 50.72 18.15 -
YUV 185.96 77.23 159.41 -
System Red Green Blue C M Y K H S L
Decimal 230 181 96 0 0.21 0.58 0.10 38.06 0.73 0.64
Hex E6 B5 60 0 15 3A A 26 49 40
Octal 346 265 140 0 25 72 12 46 111 100
Binary 11100110 10110101 1100000 0 10101 111010 1010 100110 1001001 1000000

Color Harmonies of #E6B560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B560

Black with #E6B560

Text Example


Text Example

White with #E6B560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B560; }

 p { color: rgb(230,181,96); }

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

background-color css

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

 a { background-color: rgb(230,181,96); }

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

border-color css

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

 span { border-color: rgb(230,181,96); }

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