Html Css Color HEX #E6B95F Harvest Gold

📋 copy color: '#E6B95F'

red 230 ◦ green 185 ◦ blue 95

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

Shades of Harvest Gold #E6B95F

Tints of Harvest Gold #E6B95F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.27%

 BLUE value IS 95 (37.5% from 255) = 18.63%

R = 45.1%
G = 36.27%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E6B95F (or 0xE6B95F) is known color: Harvest Gold. HEX triplet: E6, B9 and 5F. RGB value is (230,185,95). Sum of RGB (Red+Green+Blue) = 230+185+95=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 95 (37.5% from 255 or 18.63% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B95F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B95F is #1946A0. Grayscale: #BCBCBC. Windows color (decimal): -1656481 or 6273510. OLE color: 6273510.

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

Color convert

RGB 230 185 95 -
CMYK 0 0.20 0.59 0.10
HSL 40º 0.73% 0.64% -
HSV(B) 40º 0.59% 0.9% -
XYZ 52.05 52.35 18.19 -
YUV 188.2 75.41 157.82 -
System Red Green Blue C M Y K H S L
Decimal 230 185 95 0 0.20 0.59 0.10 40 0.73 0.64
Hex E6 B9 5F 0 14 3B A 28 49 40
Octal 346 271 137 0 24 73 12 50 111 100
Binary 11100110 10111001 1011111 0 10100 111011 1010 101000 1001001 1000000

Color Harmonies of #E6B95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B95F

Black with #E6B95F

Text Example


Text Example

White with #E6B95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B95F; }

 p { color: rgb(230,185,95); }

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

background-color css

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

 a { background-color: rgb(230,185,95); }

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

border-color css

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

 span { border-color: rgb(230,185,95); }

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