Html Css Color HEX #E6B65F Harvest Gold

📋 copy color: '#E6B65F'

red 230 ◦ green 182 ◦ blue 95

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

Shades of Harvest Gold #E6B65F

Tints of Harvest Gold #E6B65F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.9%

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

R = 45.36%
G = 35.9%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E6B65F (or 0xE6B65F) is known color: Harvest Gold. HEX triplet: E6, B6 and 5F. RGB value is (230,182,95). Sum of RGB (Red+Green+Blue) = 230+182+95=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 95 (37.5% from 255 or 18.74% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B65F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B65F is #1949A0. Grayscale: #BABABA. Windows color (decimal): -1657249 or 6272742. OLE color: 6272742.

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

Color convert

RGB 230 182 95 -
CMYK 0 0.21 0.59 0.10
HSL 38.67º 0.73% 0.64% -
HSV(B) 38.67º 0.59% 0.9% -
XYZ 51.43 51.11 17.98 -
YUV 186.43 76.4 159.07 -
System Red Green Blue C M Y K H S L
Decimal 230 182 95 0 0.21 0.59 0.10 38.67 0.73 0.64
Hex E6 B6 5F 0 15 3B A 27 49 40
Octal 346 266 137 0 25 73 12 47 111 100
Binary 11100110 10110110 1011111 0 10101 111011 1010 100111 1001001 1000000

Color Harmonies of #E6B65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B65F

Black with #E6B65F

Text Example


Text Example

White with #E6B65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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