#ED6F33

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

Shades of Sorbus #ED6F33

Tints of Sorbus #ED6F33

Color information

#ED6F33 (or 0xED6F33) is unknown color: approx Sorbus. HEX triplet: ED, 6F and 33. RGB value is (237,111,51). Sum of RGB (Red+Green+Blue) = 237+111+51=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 51 (20.31% from 255 or 12.78% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6F33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6F33 is #1290CC. Grayscale: #8E8E8E. Windows color (decimal): -1216717 or 3370989. OLE color: 3370989.

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

Color convert

RGB23711151-
CMYK00.530.780.07
HSL19.35º83.78%56.47%-
HSV(B)19.35º78.48%92.94%-
XYZ41.2129.616.68-
YUV141.8376.74195.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 59.40%
GREEN value IS 111 (43.75% from 255) = 27.82%
BLUE value IS 51 (20.31% from 255) = 12.78%
R=59.40%
G=27.82%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371115100.530.780.0719.3583.7856.47
HexED6F330354E7135438
Octal3551576306511672312470
Binary11101101110111111001101101011001110111100111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6F33; }

 p { color: rgb(237,111,51); }

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

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

 a { background-color: rgb(237,111,51); }

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

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

 span { border-color: rgb(237,111,51); }

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