#EAE3D0

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

Shades of Orange White #EAE3D0

Tints of Orange White #EAE3D0

Color information

#EAE3D0 (or 0xEAE3D0) is unknown color: approx Orange White. HEX triplet: EA, E3 and D0. RGB value is (234,227,208). Sum of RGB (Red+Green+Blue) = 234+227+208=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 227 (89.06% from 255 or 33.93% from 669); Blue value is 208 (81.64% from 255 or 31.09% from 669); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE3D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE3D0 is #151C2F. Grayscale: #E3E3E3. Windows color (decimal): -1383472 or 13689834. OLE color: 13689834.

HSL color Cylindrical-coordinate representation of color #EAE3D0: hue angle of 43.85º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAE3D0 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB234227208-
CMYK00.030.110.08
HSL43.85º38.24%86.67%-
HSV(B)43.85º11.11%91.76%-
XYZ72.7976.9870.7-
YUV226.93117.32133.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.98%
GREEN value IS 227 (89.06% from 255) = 33.93%
BLUE value IS 208 (81.64% from 255) = 31.09%
R=34.98%
G=33.93%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422720800.030.110.0843.8538.2486.67
HexEAE3D003B82c2657
Octal3523433200313105446127
Binary111010101110001111010000011101110001011001001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE3D0; }

 p { color: rgb(234,227,208); }

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

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

 a { background-color: rgb(234,227,208); }

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

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

 span { border-color: rgb(234,227,208); }

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