#EDE4CA

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

Shades of Orange White #EDE4CA

Tints of Orange White #EDE4CA

Color information

#EDE4CA (or 0xEDE4CA) is unknown color: approx Orange White. HEX triplet: ED, E4 and CA. RGB value is (237,228,202). Sum of RGB (Red+Green+Blue) = 237+228+202=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 228 (89.45% from 255 or 34.18% from 667); Blue value is 202 (79.30% from 255 or 30.28% from 667); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE4CA is #121B35. Grayscale: #E3E3E3. Windows color (decimal): -1186614 or 13296877. OLE color: 13296877.

HSL color Cylindrical-coordinate representation of color #EDE4CA: hue angle of 44.57º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDE4CA is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB237228202-
CMYK00.040.150.07
HSL44.57º49.3%86.08%-
HSV(B)44.57º14.77%92.94%-
XYZ73.3377.7667.02-
YUV227.73113.48134.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.53%
GREEN value IS 228 (89.45% from 255) = 34.18%
BLUE value IS 202 (79.30% from 255) = 30.28%
R=35.53%
G=34.18%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722820200.040.150.0744.5749.386.08
HexEDE4CA04F72d3156
Octal355344312041775561126
Binary111011011110010011001010010011111111011011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE4CA; }

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

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

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

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

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

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

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

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