#EBE4CC

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

Shades of Orange White #EBE4CC

Tints of Orange White #EBE4CC

Color information

#EBE4CC (or 0xEBE4CC) is unknown color: approx Orange White. HEX triplet: EB, E4 and CC. RGB value is (235,228,204). Sum of RGB (Red+Green+Blue) = 235+228+204=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 228 (89.45% from 255 or 34.18% from 667); Blue value is 204 (80.08% from 255 or 30.58% from 667); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE4CC is #141B33. Grayscale: #E3E3E3. Windows color (decimal): -1317684 or 13427947. OLE color: 13427947.

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

Color convert

RGB235228204-
CMYK00.030.130.08
HSL46.45º43.66%86.08%-
HSV(B)46.45º13.19%92.16%-
XYZ72.977.5168.24-
YUV227.36114.82133.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.23%
GREEN value IS 228 (89.45% from 255) = 34.18%
BLUE value IS 204 (80.08% from 255) = 30.58%
R=35.23%
G=34.18%
B=30.58%

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
Decimal23522820400.030.130.0846.4543.6686.08
HexEBE4CC03D82e2c56
Octal3533443140315105654126
Binary111010111110010011001100011110110001011101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE4CC; }

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

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

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

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

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

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

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

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