#E0AD69

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

Shades of Equator #E0AD69

Tints of Equator #E0AD69

Color information

#E0AD69 (or 0xE0AD69) is unknown color: approx Equator. HEX triplet: E0, AD and 69. RGB value is (224,173,105). Sum of RGB (Red+Green+Blue) = 224+173+105=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 105 (41.41% from 255 or 20.92% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AD69 is #1F5296. Grayscale: #B4B4B4. Windows color (decimal): -2052759 or 6925792. OLE color: 6925792.

HSL color Cylindrical-coordinate representation of color #E0AD69: hue angle of 34.29º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0AD69 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB224173105-
CMYK00.230.530.12
HSL34.29º65.75%64.51%-
HSV(B)34.29º53.12%87.84%-
XYZ48.2346.7519.85-
YUV180.585.4159.03-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.62%
GREEN value IS 173 (67.97% from 255) = 34.46%
BLUE value IS 105 (41.41% from 255) = 20.92%
R=44.62%
G=34.46%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417310500.230.530.1234.2965.7564.51
HexE0AD6901735C224241
Octal340255151027651442102101
Binary11100000101011011101001010111110101110010001010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AD69; }

 p { color: rgb(224,173,105); }

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

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

 a { background-color: rgb(224,173,105); }

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

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

 span { border-color: rgb(224,173,105); }

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