#ee8f5a

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

Shades of Crusta #EE8F5A

Tints of Crusta #EE8F5A

Color information

#EE8F5A (or 0xEE8F5A) is unknown color: approx Crusta. HEX triplet: EE, 8F and 5A. RGB value is (238,143,90). Sum of RGB (Red+Green+Blue) = 238+143+90=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 90 (35.55% from 255 or 19.11% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8F5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8F5A is #1170A5. Grayscale: #A5A5A5. Windows color (decimal): -1142950 or 5935086. OLE color: 5935086.

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

Color convert

RGB23814390-
CMYK00.400.620.07
HSL21.49º81.32%64.31%-
HSV(B)21.49º62.18%93.33%-
XYZ46.9338.5614.64-
YUV165.3685.47179.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.53%
GREEN value IS 143 (56.25% from 255) = 30.36%
BLUE value IS 90 (35.55% from 255) = 19.11%
R=50.53%
G=30.36%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381439000.400.620.0721.4981.3264.31
HexEE8F5A0283E7155140
Octal35621713205076725121100
Binary1110111010001111101101001010001111101111010110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee8f5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee8f5a; }

 p { color: rgb(238,143,90); }

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

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

 a { background-color: rgb(238,143,90); }

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

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

 span { border-color: rgb(238,143,90); }

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