#EE925C

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

Shades of Crusta #EE925C

Tints of Crusta #EE925C

Color information

#EE925C (or 0xEE925C) is unknown color: approx Crusta. HEX triplet: EE, 92 and 5C. RGB value is (238,146,92). Sum of RGB (Red+Green+Blue) = 238+146+92=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE925C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE925C is #116DA3. Grayscale: #A7A7A7. Windows color (decimal): -1142180 or 6066926. OLE color: 6066926.

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

Color convert

RGB23814692-
CMYK00.390.610.07
HSL22.19º81.11%64.71%-
HSV(B)22.19º61.34%93.33%-
XYZ47.4739.5115.25-
YUV167.3585.48178.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50%
GREEN value IS 146 (57.42% from 255) = 30.67%
BLUE value IS 92 (36.33% from 255) = 19.33%
R=50%
G=30.67%
B=19.33%

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
Decimal2381469200.390.610.0722.1981.1164.71
HexEE925C0273D7165141
Octal35622213404775726121101
Binary1110111010010010101110001001111111011111011010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE925C; }

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

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

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

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

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

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

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

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