Html Css Color HEX #E6B55F Harvest Gold

📋 copy color: '#E6B55F'

red 230 ◦ green 181 ◦ blue 95

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

Shades of Harvest Gold #E6B55F

Tints of Harvest Gold #E6B55F

RGB

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

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

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

R = 45.45%
G = 35.77%
B = 18.77%

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

#E6B55F (or 0xE6B55F) is known color: Harvest Gold. HEX triplet: E6, B5 and 5F. RGB value is (230,181,95). Sum of RGB (Red+Green+Blue) = 230+181+95=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 95 (37.5% from 255 or 18.77% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B55F is #194AA0. Grayscale: #BABABA. Windows color (decimal): -1657505 or 6272486. OLE color: 6272486.

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

Color convert

RGB 230 181 95 -
CMYK 0 0.21 0.59 0.10
HSL 38.22º 0.73% 0.64% -
HSV(B) 38.22º 0.59% 0.9% -
XYZ 51.22 50.7 17.91 -
YUV 185.85 76.73 159.49 -
System Red Green Blue C M Y K H S L
Decimal 230 181 95 0 0.21 0.59 0.10 38.22 0.73 0.64
Hex E6 B5 5F 0 15 3B A 26 49 40
Octal 346 265 137 0 25 73 12 46 111 100
Binary 11100110 10110101 1011111 0 10101 111011 1010 100110 1001001 1000000

Color Harmonies of #E6B55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B55F

Black with #E6B55F

Text Example


Text Example

White with #E6B55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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