#ED6A2D

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

Shades of Sorbus #ED6A2D

Tints of Sorbus #ED6A2D

Color information

#ED6A2D (or 0xED6A2D) is unknown color: approx Sorbus. HEX triplet: ED, 6A and 2D. RGB value is (237,106,45). Sum of RGB (Red+Green+Blue) = 237+106+45=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6A2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6A2D is #1295D2. Grayscale: #8A8A8A. Windows color (decimal): -1218003 or 2976493. OLE color: 2976493.

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

Color convert

RGB23710645-
CMYK00.550.810.07
HSL19.06º84.21%55.29%-
HSV(B)19.06º81.01%92.94%-
XYZ40.5528.55.85-
YUV138.2175.4198.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.08%
GREEN value IS 106 (41.80% from 255) = 27.32%
BLUE value IS 45 (17.97% from 255) = 11.60%
R=61.08%
G=27.32%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.81
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371064500.550.810.0719.0684.2155.29
HexED6A2D037517135437
Octal3551525506712172312467
Binary11101101110101010110101101111010001111100111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6A2D; }

 p { color: rgb(237,106,45); }

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

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

 a { background-color: rgb(237,106,45); }

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

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

 span { border-color: rgb(237,106,45); }

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