#EBE3CA

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

Shades of Orange White #EBE3CA

Tints of Orange White #EBE3CA

Color information

#EBE3CA (or 0xEBE3CA) is unknown color: approx Orange White. HEX triplet: EB, E3 and CA. RGB value is (235,227,202). Sum of RGB (Red+Green+Blue) = 235+227+202=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 227 (89.06% from 255 or 34.19% from 664); Blue value is 202 (79.30% from 255 or 30.42% from 664); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE3CA is #141C35. Grayscale: #E2E2E2. Windows color (decimal): -1317942 or 13296619. OLE color: 13296619.

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

Color convert

RGB235227202-
CMYK00.030.140.08
HSL45.45º45.21%85.69%-
HSV(B)45.45º14.04%92.16%-
XYZ72.3976.8666.9-
YUV226.54114.15134.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.39%
GREEN value IS 227 (89.06% from 255) = 34.19%
BLUE value IS 202 (79.30% from 255) = 30.42%
R=35.39%
G=34.19%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522720200.030.140.0845.4545.2185.69
HexEBE3CA03E82d2d56
Octal3533433120316105555126
Binary111010111110001111001010011111010001011011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE3CA; }

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

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

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

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

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

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

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

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