#EDE2CA

Color #EDE2CA Pearl Lusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pearl Lusta #EDE2CA

Tints of Pearl Lusta #EDE2CA

Color information

#EDE2CA (or 0xEDE2CA) is unknown color: approx Pearl Lusta. HEX triplet: ED, E2 and CA. RGB value is (237,226,202). Sum of RGB (Red+Green+Blue) = 237+226+202=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 226 (88.67% from 255 or 33.98% from 665); Blue value is 202 (79.30% from 255 or 30.38% from 665); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2CA is #121D35. Grayscale: #E2E2E2. Windows color (decimal): -1187126 or 13296365. OLE color: 13296365.

HSL color Cylindrical-coordinate representation of color #EDE2CA: hue angle of 41.14º 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 #EDE2CA is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB237226202-
CMYK00.050.150.07
HSL41.14º49.3%86.08%-
HSV(B)41.14º14.77%92.94%-
XYZ72.7876.6666.84-
YUV226.55114.14135.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.64%
GREEN value IS 226 (88.67% from 255) = 33.98%
BLUE value IS 202 (79.30% from 255) = 30.38%
R=35.64%
G=33.98%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722620200.050.150.0741.1449.386.08
HexEDE2CA05F7293156
Octal355342312051775161126
Binary111011011110001011001010010111111111010011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE2CA; }

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

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

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

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

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

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

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

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