#E4B75F

Color #E4B75F Equator (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Equator #E4B75F

Tints of Equator #E4B75F

Color information

#E4B75F (or 0xE4B75F) is unknown color: approx Equator. HEX triplet: E4, B7 and 5F. RGB value is (228,183,95). Sum of RGB (Red+Green+Blue) = 228+183+95=506 (67% of max value = 765). Red value is 228 (89.45% from 255 or 45.06% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 95 (37.5% from 255 or 18.77% from 506); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4B75F is #1B48A0. Grayscale: #BABABA. Windows color (decimal): -1788065 or 6272996. OLE color: 6272996.

HSL color Cylindrical-coordinate representation of color #E4B75F: hue angle of 39.7º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E4B75F is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB22818395-
CMYK00.200.580.11
HSL39.7º71.12%63.33%-
HSV(B)39.7º58.33%89.41%-
XYZ50.9951.1918.02-
YUV186.4276.41157.66-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.06%
GREEN value IS 183 (71.88% from 255) = 36.17%
BLUE value IS 95 (37.5% from 255) = 18.77%
R=45.06%
G=36.17%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281839500.200.580.1139.771.1263.33
HexE4B75F0143AB28473f
Octal34426713702472135010777
Binary1110010010110111101111101010011101010111010001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B75F; }

 p { color: rgb(228,183,95); }

 H1.HeaderClassName
 {
   color: #E4B75F;
 }
 .AnyTagClassName
 {
   color: #E4B75F;
 }
</style>
background-color css

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

 a { background-color: rgb(228,183,95); }

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

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

 span { border-color: rgb(228,183,95); }

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