#ED935F

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

Shades of Crusta #ED935F

Tints of Crusta #ED935F

Color information

#ED935F (or 0xED935F) is unknown color: approx Crusta. HEX triplet: ED, 93 and 5F. RGB value is (237,147,95). Sum of RGB (Red+Green+Blue) = 237+147+95=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED935F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED935F is #126CA0. Grayscale: #A8A8A8. Windows color (decimal): -1207457 or 6263789. OLE color: 6263789.

HSL color Cylindrical-coordinate representation of color #ED935F: hue angle of 21.97º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED935F is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB23714795-
CMYK00.380.600.07
HSL21.97º79.78%65.1%-
HSV(B)21.97º59.92%92.94%-
XYZ47.4239.715.99-
YUV167.9886.82177.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.48%
GREEN value IS 147 (57.81% from 255) = 30.69%
BLUE value IS 95 (37.5% from 255) = 19.83%
R=49.48%
G=30.69%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371479500.380.600.0721.9779.7865.1
HexED935F0263C7165041
Octal35522313704674726120101
Binary1110110110010011101111101001101111001111011010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED935F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED935F; }

 p { color: rgb(237,147,95); }

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

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

 a { background-color: rgb(237,147,95); }

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

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

 span { border-color: rgb(237,147,95); }

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