#E8E2CA

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

Shades of Orange White #E8E2CA

Tints of Orange White #E8E2CA

Color information

#E8E2CA (or 0xE8E2CA) is unknown color: approx Orange White. HEX triplet: E8, E2 and CA. RGB value is (232,226,202). Sum of RGB (Red+Green+Blue) = 232+226+202=660 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.15% from 660); Green value is 226 (88.67% from 255 or 34.24% from 660); Blue value is 202 (79.30% from 255 or 30.61% from 660); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8E2CA is #171D35. Grayscale: #E1E1E1. Windows color (decimal): -1514806 or 13296360. OLE color: 13296360.

HSL color Cylindrical-coordinate representation of color #E8E2CA: hue angle of 48º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8E2CA is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB232226202-
CMYK00.030.130.09
HSL48º39.47%85.1%-
HSV(B)48º12.93%90.98%-
XYZ71.1475.8166.76-
YUV225.06114.99132.95-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.15%
GREEN value IS 226 (88.67% from 255) = 34.24%
BLUE value IS 202 (79.30% from 255) = 30.61%
R=35.15%
G=34.24%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222620200.030.130.094839.4785.1
HexE8E2CA03D9302755
Octal3503423120315116047125
Binary111010001110001011001010011110110011100001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E2CA; }

 p { color: rgb(232,226,202); }

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

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

 a { background-color: rgb(232,226,202); }

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

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

 span { border-color: rgb(232,226,202); }

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