Html Css Color HEX #E16430 Sorbus

📋 copy color: '#E16430'

red 225 ◦ green 100 ◦ blue 48

#E16430
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sorbus #E16430

Tints of Sorbus #E16430

RGB

 RED value IS 225 (88.28% from 255) = 60.32%

 GREEN value IS 100 (39.45% from 255) = 26.81%

 BLUE value IS 48 (19.14% from 255) = 12.87%

R = 60.32%
G = 26.81%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E16430 (or 0xE16430) is known color: Sorbus. HEX triplet: E1, 64 and 30. RGB value is (225,100,48). Sum of RGB (Red+Green+Blue) = 225+100+48=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E16430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16430 is #1E9BCF. Grayscale: #838383. Windows color (decimal): -2005968 or 3171553. OLE color: 3171553.

HSL color Cylindrical-coordinate representation of color #E16430: hue angle of 17.63º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E16430 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 100 48 -
CMYK 0 0.56 0.79 0.12
HSL 17.63º 0.75% 0.54% -
HSV(B) 17.63º 0.79% 0.88% -
XYZ 36.14 25.34 5.78 -
YUV 131.45 80.91 194.73 -
System Red Green Blue C M Y K H S L
Decimal 225 100 48 0 0.56 0.79 0.12 17.63 0.75 0.54
Hex E1 64 30 0 38 4F C 12 4B 36
Octal 341 144 60 0 70 117 14 22 113 66
Binary 11100001 1100100 110000 0 111000 1001111 1100 10010 1001011 110110

Color Harmonies of #E16430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16430

Black with #E16430

Text Example


Text Example

White with #E16430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16430; }

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

 H1.HeaderClassName
 {
   color: #E16430;
 }
 .AnyTagClassName
 {
   color: #E16430;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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