#EE905D

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

Shades of Crusta #EE905D

Tints of Crusta #EE905D

Color information

#EE905D (or 0xEE905D) is unknown color: approx Crusta. HEX triplet: EE, 90 and 5D. RGB value is (238,144,93). Sum of RGB (Red+Green+Blue) = 238+144+93=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE905D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE905D is #116FA2. Grayscale: #A6A6A6. Windows color (decimal): -1142691 or 6131950. OLE color: 6131950.

HSL color Cylindrical-coordinate representation of color #EE905D: hue angle of 21.1º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE905D is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB23814493-
CMYK00.390.610.07
HSL21.1º81.01%64.9%-
HSV(B)21.1º60.92%93.33%-
XYZ47.2138.9115.38-
YUV166.2986.64179.15-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.11%
GREEN value IS 144 (56.64% from 255) = 30.32%
BLUE value IS 93 (36.72% from 255) = 19.58%
R=50.11%
G=30.32%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381449300.390.610.0721.181.0164.9
HexEE905D0273D7155141
Octal35622013504775725121101
Binary1110111010010000101110101001111111011111010110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE905D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE905D; }

 p { color: rgb(238,144,93); }

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

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

 a { background-color: rgb(238,144,93); }

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

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

 span { border-color: rgb(238,144,93); }

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