#EBE4CA

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

Shades of Orange White #EBE4CA

Tints of Orange White #EBE4CA

Color information

#EBE4CA (or 0xEBE4CA) is unknown color: approx Orange White. HEX triplet: EB, E4 and CA. RGB value is (235,228,202). Sum of RGB (Red+Green+Blue) = 235+228+202=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 228 (89.45% from 255 or 34.29% from 665); Blue value is 202 (79.30% from 255 or 30.38% from 665); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE4CA is #141B35. Grayscale: #E3E3E3. Windows color (decimal): -1317686 or 13296875. OLE color: 13296875.

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

Color convert

RGB235228202-
CMYK00.030.140.08
HSL47.27º45.21%85.69%-
HSV(B)47.27º14.04%92.16%-
XYZ72.6777.4166.99-
YUV227.13113.82133.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.34%
GREEN value IS 228 (89.45% from 255) = 34.29%
BLUE value IS 202 (79.30% from 255) = 30.38%
R=35.34%
G=34.29%
B=30.38%

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
Decimal23522820200.030.140.0847.2745.2185.69
HexEBE4CA03E82f2d56
Octal3533443120316105755126
Binary111010111110010011001010011111010001011111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE4CA; }

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

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

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

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

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

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

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

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