#EE925D

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

Shades of Crusta #EE925D

Tints of Crusta #EE925D

Color information

#EE925D (or 0xEE925D) is unknown color: approx Crusta. HEX triplet: EE, 92 and 5D. RGB value is (238,146,93). Sum of RGB (Red+Green+Blue) = 238+146+93=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE925D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE925D is #116DA2. Grayscale: #A7A7A7. Windows color (decimal): -1142179 or 6132462. OLE color: 6132462.

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

Color convert

RGB23814693-
CMYK00.390.610.07
HSL21.93º81.01%64.9%-
HSV(B)21.93º60.92%93.33%-
XYZ47.5139.5315.48-
YUV167.4785.98178.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.90%
GREEN value IS 146 (57.42% from 255) = 30.61%
BLUE value IS 93 (36.72% from 255) = 19.50%
R=49.90%
G=30.61%
B=19.50%

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
Decimal2381469300.390.610.0721.9381.0164.9
HexEE925D0273D7165141
Octal35622213504775726121101
Binary1110111010010010101110101001111111011111011010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE925D; }

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

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

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

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

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

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

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

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