Html Css Color HEX #E6AD68 Harvest Gold

📋 copy color: '#E6AD68'

red 230 ◦ green 173 ◦ blue 104

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

Shades of Harvest Gold #E6AD68

Tints of Harvest Gold #E6AD68

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.12%

 BLUE value IS 104 (41.02% from 255) = 20.51%

R = 45.36%
G = 34.12%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E6AD68 (or 0xE6AD68) is known color: Harvest Gold. HEX triplet: E6, AD and 68. RGB value is (230,173,104). Sum of RGB (Red+Green+Blue) = 230+173+104=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 104 (41.02% from 255 or 20.51% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AD68 is #195297. Grayscale: #B6B6B6. Windows color (decimal): -1659544 or 6860262. OLE color: 6860262.

HSL color Cylindrical-coordinate representation of color #E6AD68: hue angle of 32.86º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E6AD68 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 173 104 -
CMYK 0 0.25 0.55 0.10
HSL 32.86º 0.72% 0.65% -
HSV(B) 32.86º 0.55% 0.9% -
XYZ 50.08 47.71 19.67 -
YUV 182.18 83.88 162.11 -
System Red Green Blue C M Y K H S L
Decimal 230 173 104 0 0.25 0.55 0.10 32.86 0.72 0.65
Hex E6 AD 68 0 19 37 A 21 48 41
Octal 346 255 150 0 31 67 12 41 110 101
Binary 11100110 10101101 1101000 0 11001 110111 1010 100001 1001000 1000001

Color Harmonies of #E6AD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AD68

Black with #E6AD68

Text Example


Text Example

White with #E6AD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AD68; }

 p { color: rgb(230,173,104); }

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

background-color css

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

 a { background-color: rgb(230,173,104); }

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

border-color css

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

 span { border-color: rgb(230,173,104); }

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