#EBE5D0

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

Shades of Orange White #EBE5D0

Tints of Orange White #EBE5D0

Color information

#EBE5D0 (or 0xEBE5D0) is unknown color: approx Orange White. HEX triplet: EB, E5 and D0. RGB value is (235,229,208). Sum of RGB (Red+Green+Blue) = 235+229+208=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 229 (89.84% from 255 or 34.08% from 672); Blue value is 208 (81.64% from 255 or 30.95% from 672); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5D0 is #141A2F. Grayscale: #E4E4E4. Windows color (decimal): -1317424 or 13690347. OLE color: 13690347.

HSL color Cylindrical-coordinate representation of color #EBE5D0: hue angle of 46.67º degrees, saturation: 0.4, 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 #EBE5D0 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB235229208-
CMYK00.030.110.08
HSL46.67º40.3%86.86%-
HSV(B)46.67º11.49%92.16%-
XYZ73.6778.2570.9-
YUV228.4116.49132.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.97%
GREEN value IS 229 (89.84% from 255) = 34.08%
BLUE value IS 208 (81.64% from 255) = 30.95%
R=34.97%
G=34.08%
B=30.95%

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
Decimal23522920800.030.110.0846.6740.386.86
HexEBE5D003B82f2857
Octal3533453200313105750127
Binary111010111110010111010000011101110001011111010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE5D0; }

 p { color: rgb(235,229,208); }

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

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

 a { background-color: rgb(235,229,208); }

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

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

 span { border-color: rgb(235,229,208); }

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