Html Css Color HEX #E6B45F Harvest Gold

📋 copy color: '#E6B45F'

red 230 ◦ green 180 ◦ blue 95

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

Shades of Harvest Gold #E6B45F

Tints of Harvest Gold #E6B45F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.64%

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

R = 45.54%
G = 35.64%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E6B45F (or 0xE6B45F) is known color: Harvest Gold. HEX triplet: E6, B4 and 5F. RGB value is (230,180,95). Sum of RGB (Red+Green+Blue) = 230+180+95=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 95 (37.5% from 255 or 18.81% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B45F is #194BA0. Grayscale: #B9B9B9. Windows color (decimal): -1657761 or 6272230. OLE color: 6272230.

HSL color Cylindrical-coordinate representation of color #E6B45F: hue angle of 37.78º 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 #E6B45F is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 180 95 -
CMYK 0 0.22 0.59 0.10
HSL 37.78º 0.73% 0.64% -
HSV(B) 37.78º 0.59% 0.9% -
XYZ 51.02 50.29 17.84 -
YUV 185.26 77.07 159.91 -
System Red Green Blue C M Y K H S L
Decimal 230 180 95 0 0.22 0.59 0.10 37.78 0.73 0.64
Hex E6 B4 5F 0 16 3B A 26 49 40
Octal 346 264 137 0 26 73 12 46 111 100
Binary 11100110 10110100 1011111 0 10110 111011 1010 100110 1001001 1000000

Color Harmonies of #E6B45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B45F

Black with #E6B45F

Text Example


Text Example

White with #E6B45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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