#EBE3CC

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

Shades of Orange White #EBE3CC

Tints of Orange White #EBE3CC

Color information

#EBE3CC (or 0xEBE3CC) is unknown color: approx Orange White. HEX triplet: EB, E3 and CC. RGB value is (235,227,204). Sum of RGB (Red+Green+Blue) = 235+227+204=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 227 (89.06% from 255 or 34.08% from 666); Blue value is 204 (80.08% from 255 or 30.63% from 666); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE3CC is #141C33. Grayscale: #E2E2E2. Windows color (decimal): -1317940 or 13427691. OLE color: 13427691.

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

Color convert

RGB235227204-
CMYK00.030.130.08
HSL44.52º43.66%86.08%-
HSV(B)44.52º13.19%92.16%-
XYZ72.6376.9668.15-
YUV226.77115.15133.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.29%
GREEN value IS 227 (89.06% from 255) = 34.08%
BLUE value IS 204 (80.08% from 255) = 30.63%
R=35.29%
G=34.08%
B=30.63%

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
Decimal23522720400.030.130.0844.5243.6686.08
HexEBE3CC03D82d2c56
Octal3533433140315105554126
Binary111010111110001111001100011110110001011011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE3CC; }

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

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

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

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

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

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

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

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