#ED8C52

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

Shades of Crusta #ED8C52

Tints of Crusta #ED8C52

Color information

#ED8C52 (or 0xED8C52) is unknown color: approx Crusta. HEX triplet: ED, 8C and 52. RGB value is (237,140,82). Sum of RGB (Red+Green+Blue) = 237+140+82=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 82 (32.42% from 255 or 17.86% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8C52 is #1273AD. Grayscale: #A2A2A2. Windows color (decimal): -1209262 or 5410029. OLE color: 5410029.

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

Color convert

RGB23714082-
CMYK00.410.650.07
HSL22.45º81.15%62.55%-
HSV(B)22.45º65.4%92.94%-
XYZ45.8337.3712.78-
YUV162.3982.64181.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.63%
GREEN value IS 140 (55.08% from 255) = 30.50%
BLUE value IS 82 (32.42% from 255) = 17.86%
R=51.63%
G=30.50%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371408200.410.650.0722.4581.1562.55
HexED8C5202941716513f
Octal35521412205110172612177
Binary1110110110001100101001001010011000001111101101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8C52; }

 p { color: rgb(237,140,82); }

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

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

 a { background-color: rgb(237,140,82); }

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

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

 span { border-color: rgb(237,140,82); }

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