#EBE6CF

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

Shades of Orange White #EBE6CF

Tints of Orange White #EBE6CF

Color information

#EBE6CF (or 0xEBE6CF) is unknown color: approx Orange White. HEX triplet: EB, E6 and CF. RGB value is (235,230,207). Sum of RGB (Red+Green+Blue) = 235+230+207=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 230 (90.23% from 255 or 34.23% from 672); Blue value is 207 (81.25% from 255 or 30.80% from 672); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE6CF is #141930. Grayscale: #E4E4E4. Windows color (decimal): -1317169 or 13625067. OLE color: 13625067.

HSL color Cylindrical-coordinate representation of color #EBE6CF: hue angle of 49.29º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBE6CF is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB235230207-
CMYK00.020.120.08
HSL49.29º41.18%86.67%-
HSV(B)49.29º11.91%92.16%-
XYZ73.8278.7670.34-
YUV228.87115.66132.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.97%
GREEN value IS 230 (90.23% from 255) = 34.23%
BLUE value IS 207 (81.25% from 255) = 30.80%
R=34.97%
G=34.23%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523020700.020.120.0849.2941.1886.67
HexEBE6CF02C8312957
Octal3533463170214106151127
Binary111010111110011011001111010110010001100011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE6CF; }

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

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

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

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

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

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

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

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