#EBE6D1

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

Shades of Orange White #EBE6D1

Tints of Orange White #EBE6D1

Color information

#EBE6D1 (or 0xEBE6D1) is unknown color: approx Orange White. HEX triplet: EB, E6 and D1. RGB value is (235,230,209). Sum of RGB (Red+Green+Blue) = 235+230+209=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 230 (90.23% from 255 or 34.12% from 674); Blue value is 209 (82.03% from 255 or 31.01% from 674); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE6D1 is #14192E. Grayscale: #E5E5E5. Windows color (decimal): -1317167 or 13756139. OLE color: 13756139.

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

Color convert

RGB235230209-
CMYK00.020.110.08
HSL48.46º39.39%87.06%-
HSV(B)48.46º11.06%92.16%-
XYZ74.0778.8671.64-
YUV229.1116.66132.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.87%
GREEN value IS 230 (90.23% from 255) = 34.12%
BLUE value IS 209 (82.03% from 255) = 31.01%
R=34.87%
G=34.12%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523020900.020.110.0848.4639.3987.06
HexEBE6D102B8302757
Octal3533463210213106047127
Binary111010111110011011010001010101110001100001001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE6D1; }

 p { color: rgb(235,230,209); }

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

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

 a { background-color: rgb(235,230,209); }

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

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

 span { border-color: rgb(235,230,209); }

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