#ed7233

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

Shades of Sorbus #ED7233

Tints of Sorbus #ED7233

Color information

#ED7233 (or 0xED7233) is unknown color: approx Sorbus. HEX triplet: ED, 72 and 33. RGB value is (237,114,51). Sum of RGB (Red+Green+Blue) = 237+114+51=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 51 (20.31% from 255 or 12.69% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7233 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7233 is #128DCC. Grayscale: #8F8F8F. Windows color (decimal): -1215949 or 3371757. OLE color: 3371757.

HSL color Cylindrical-coordinate representation of color #ED7233: hue angle of 20.32º 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 #ED7233 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB23711451-
CMYK00.520.780.07
HSL20.32º83.78%56.47%-
HSV(B)20.32º78.48%92.94%-
XYZ41.5430.286.79-
YUV143.675.75194.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 58.96%
GREEN value IS 114 (44.92% from 255) = 28.36%
BLUE value IS 51 (20.31% from 255) = 12.69%
R=58.96%
G=28.36%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371145100.520.780.0720.3283.7856.47
HexED72330344E7145438
Octal3551626306411672412470
Binary11101101111001011001101101001001110111101001010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed7233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed7233; }

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

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

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

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

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

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

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

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