#EBE4CD

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

Shades of Orange White #EBE4CD

Tints of Orange White #EBE4CD

Color information

#EBE4CD (or 0xEBE4CD) is unknown color: approx Orange White. HEX triplet: EB, E4 and CD. RGB value is (235,228,205). Sum of RGB (Red+Green+Blue) = 235+228+205=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 228 (89.45% from 255 or 34.13% from 668); Blue value is 205 (80.47% from 255 or 30.69% from 668); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE4CD is #141B32. Grayscale: #E3E3E3. Windows color (decimal): -1317683 or 13493483. OLE color: 13493483.

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

Color convert

RGB235228205-
CMYK00.030.130.08
HSL46º42.86%86.27%-
HSV(B)46º12.77%92.16%-
XYZ73.0277.5668.88-
YUV227.47115.32133.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.18%
GREEN value IS 228 (89.45% from 255) = 34.13%
BLUE value IS 205 (80.47% from 255) = 30.69%
R=35.18%
G=34.13%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522820500.030.130.084642.8686.27
HexEBE4CD03D82e2b56
Octal3533443150315105653126
Binary111010111110010011001101011110110001011101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE4CD; }

 p { color: rgb(235,228,205); }

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

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

 a { background-color: rgb(235,228,205); }

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

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

 span { border-color: rgb(235,228,205); }

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