#EBE3CD

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

Shades of Orange White #EBE3CD

Tints of Orange White #EBE3CD

Color information

#EBE3CD (or 0xEBE3CD) is unknown color: approx Orange White. HEX triplet: EB, E3 and CD. RGB value is (235,227,205). Sum of RGB (Red+Green+Blue) = 235+227+205=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 227 (89.06% from 255 or 34.03% from 667); Blue value is 205 (80.47% from 255 or 30.73% from 667); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE3CD is #141C32. Grayscale: #E2E2E2. Windows color (decimal): -1317939 or 13493227. OLE color: 13493227.

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

Color convert

RGB235227205-
CMYK00.030.130.08
HSL44º42.86%86.27%-
HSV(B)44º12.77%92.16%-
XYZ72.7577.0168.79-
YUV226.88115.65133.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.23%
GREEN value IS 227 (89.06% from 255) = 34.03%
BLUE value IS 205 (80.47% from 255) = 30.73%
R=35.23%
G=34.03%
B=30.73%

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
Decimal23522720500.030.130.084442.8686.27
HexEBE3CD03D82c2b56
Octal3533433150315105453126
Binary111010111110001111001101011110110001011001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE3CD; }

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

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

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

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

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

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

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

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