Html Css Color HEX #E4AF68 Harvest Gold

📋 copy color: '#E4AF68'

red 228 ◦ green 175 ◦ blue 104

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

Shades of Harvest Gold #E4AF68

Tints of Harvest Gold #E4AF68

RGB

 RED value IS 228 (89.45% from 255) = 44.97%

 GREEN value IS 175 (68.75% from 255) = 34.52%

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

R = 44.97%
G = 34.52%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E4AF68 (or 0xE4AF68) is known color: Harvest Gold. HEX triplet: E4, AF and 68. RGB value is (228,175,104). Sum of RGB (Red+Green+Blue) = 228+175+104=507 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.97% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 104 (41.02% from 255 or 20.51% from 507); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4AF68 is #1B5097. Grayscale: #B7B7B7. Windows color (decimal): -1790104 or 6860772. OLE color: 6860772.

HSL color Cylindrical-coordinate representation of color #E4AF68: hue angle of 34.35º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E4AF68 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 175 104 -
CMYK 0 0.23 0.54 0.11
HSL 34.35º 0.7% 0.65% -
HSV(B) 34.35º 0.54% 0.89% -
XYZ 49.82 48.15 19.77 -
YUV 182.75 83.56 160.27 -
System Red Green Blue C M Y K H S L
Decimal 228 175 104 0 0.23 0.54 0.11 34.35 0.7 0.65
Hex E4 AF 68 0 17 36 B 22 46 41
Octal 344 257 150 0 27 66 13 42 106 101
Binary 11100100 10101111 1101000 0 10111 110110 1011 100010 1000110 1000001

Color Harmonies of #E4AF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4AF68

Black with #E4AF68

Text Example


Text Example

White with #E4AF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4AF68; }

 p { color: rgb(228,175,104); }

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

background-color css

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

 a { background-color: rgb(228,175,104); }

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

border-color css

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

 span { border-color: rgb(228,175,104); }

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