Html Css Color HEX #E4B966 Harvest Gold

📋 copy color: '#E4B966'

red 228 ◦ green 185 ◦ blue 102

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

Shades of Harvest Gold #E4B966

Tints of Harvest Gold #E4B966

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.92%

 BLUE value IS 102 (40.23% from 255) = 19.81%

R = 44.27%
G = 35.92%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E4B966 (or 0xE4B966) is known color: Harvest Gold. HEX triplet: E4, B9 and 66. RGB value is (228,185,102). Sum of RGB (Red+Green+Blue) = 228+185+102=515 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.27% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 102 (40.23% from 255 or 19.81% from 515); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4B966 is #1B4699. Grayscale: #BCBCBC. Windows color (decimal): -1787546 or 6732260. OLE color: 6732260.

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

Color convert

RGB 228 185 102 -
CMYK 0 0.19 0.55 0.11
HSL 39.52º 0.7% 0.65% -
HSV(B) 39.52º 0.55% 0.89% -
XYZ 51.74 52.15 19.91 -
YUV 188.4 79.25 156.25 -
System Red Green Blue C M Y K H S L
Decimal 228 185 102 0 0.19 0.55 0.11 39.52 0.7 0.65
Hex E4 B9 66 0 13 37 B 28 46 41
Octal 344 271 146 0 23 67 13 50 106 101
Binary 11100100 10111001 1100110 0 10011 110111 1011 101000 1000110 1000001

Color Harmonies of #E4B966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4B966

Black with #E4B966

Text Example


Text Example

White with #E4B966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4B966; }

 p { color: rgb(228,185,102); }

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

background-color css

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

 a { background-color: rgb(228,185,102); }

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

border-color css

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

 span { border-color: rgb(228,185,102); }

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