#ED935B

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

Shades of Crusta #ED935B

Tints of Crusta #ED935B

Color information

#ED935B (or 0xED935B) is unknown color: approx Crusta. HEX triplet: ED, 93 and 5B. RGB value is (237,147,91). Sum of RGB (Red+Green+Blue) = 237+147+91=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED935B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED935B is #126CA4. Grayscale: #A7A7A7. Windows color (decimal): -1207461 or 6001645. OLE color: 6001645.

HSL color Cylindrical-coordinate representation of color #ED935B: hue angle of 23.01º degrees, saturation: 0.8, 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 #ED935B is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB23714791-
CMYK00.380.620.07
HSL23.01º80.22%64.31%-
HSV(B)23.01º61.6%92.94%-
XYZ47.2539.6315.06-
YUV167.5384.82177.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.89%
GREEN value IS 147 (57.81% from 255) = 30.95%
BLUE value IS 91 (35.94% from 255) = 19.16%
R=49.89%
G=30.95%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371479100.380.620.0723.0180.2264.31
HexED935B0263E7175040
Octal35522313304676727120100
Binary1110110110010011101101101001101111101111011110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED935B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED935B; }

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

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

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

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

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

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

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

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