#ED6430

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

Shades of Sorbus #ED6430

Tints of Sorbus #ED6430

Color information

#ED6430 (or 0xED6430) is unknown color: approx Sorbus. HEX triplet: ED, 64 and 30. RGB value is (237,100,48). Sum of RGB (Red+Green+Blue) = 237+100+48=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6430 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6430 is #129BCF. Grayscale: #878787. Windows color (decimal): -1219536 or 3171565. OLE color: 3171565.

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

Color convert

RGB23710048-
CMYK00.580.800.07
HSL16.51º84%55.88%-
HSV(B)16.51º79.75%92.94%-
XYZ40.0227.335.96-
YUV135.0478.89200.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.56%
GREEN value IS 100 (39.45% from 255) = 25.97%
BLUE value IS 48 (19.14% from 255) = 12.47%
R=61.56%
G=25.97%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.80
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371004800.580.800.0716.518455.88
HexED643003A507115438
Octal3551446007212072112470
Binary11101101110010011000001110101010000111100011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6430; }

 p { color: rgb(237,100,48); }

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

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

 a { background-color: rgb(237,100,48); }

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

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

 span { border-color: rgb(237,100,48); }

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