Html Css Color HEX #E16234 Sorbus

📋 copy color: '#E16234'

red 225 ◦ green 98 ◦ blue 52

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

Shades of Sorbus #E16234

Tints of Sorbus #E16234

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.13%

 BLUE value IS 52 (20.7% from 255) = 13.87%

R = 60%
G = 26.13%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E16234 (or 0xE16234) is known color: Sorbus. HEX triplet: E1, 62 and 34. RGB value is (225,98,52). Sum of RGB (Red+Green+Blue) = 225+98+52=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E16234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16234 is #1E9DCB. Grayscale: #838383. Windows color (decimal): -2006476 or 3433185. OLE color: 3433185.

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

Color convert

RGB 225 98 52 -
CMYK 0 0.56 0.77 0.12
HSL 15.95º 0.74% 0.54% -
HSV(B) 15.95º 0.77% 0.88% -
XYZ 36.04 24.99 6.17 -
YUV 130.73 83.58 195.24 -
System Red Green Blue C M Y K H S L
Decimal 225 98 52 0 0.56 0.77 0.12 15.95 0.74 0.54
Hex E1 62 34 0 38 4D C 10 4A 36
Octal 341 142 64 0 70 115 14 20 112 66
Binary 11100001 1100010 110100 0 111000 1001101 1100 10000 1001010 110110

Color Harmonies of #E16234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16234

Black with #E16234

Text Example


Text Example

White with #E16234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16234; }

 p { color: rgb(225,98,52); }

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

background-color css

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

 a { background-color: rgb(225,98,52); }

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

border-color css

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

 span { border-color: rgb(225,98,52); }

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