#ED8A4F

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

Shades of Crusta #ED8A4F

Tints of Crusta #ED8A4F

Color information

#ED8A4F (or 0xED8A4F) is unknown color: approx Crusta. HEX triplet: ED, 8A and 4F. RGB value is (237,138,79). Sum of RGB (Red+Green+Blue) = 237+138+79=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 79 (31.25% from 255 or 17.40% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8A4F is #1275B0. Grayscale: #A1A1A1. Windows color (decimal): -1209777 or 5212909. OLE color: 5212909.

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

Color convert

RGB23713879-
CMYK00.420.670.07
HSL22.41º81.44%61.96%-
HSV(B)22.41º66.67%92.94%-
XYZ45.4236.7512.1-
YUV160.8881.8182.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.20%
GREEN value IS 138 (54.30% from 255) = 30.40%
BLUE value IS 79 (31.25% from 255) = 17.40%
R=52.20%
G=30.40%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371387900.420.670.0722.4181.4461.96
HexED8A4F02A43716513e
Octal35521211705210372612176
Binary1110110110001010100111101010101000011111101101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8A4F; }

 p { color: rgb(237,138,79); }

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

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

 a { background-color: rgb(237,138,79); }

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

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

 span { border-color: rgb(237,138,79); }

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