Html Css Color HEX #E25E34 Sorbus

📋 copy color: '#E25E34'

red 226 ◦ green 94 ◦ blue 52

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

Shades of Sorbus #E25E34

Tints of Sorbus #E25E34

RGB

 RED value IS 226 (88.67% from 255) = 60.75%

 GREEN value IS 94 (37.11% from 255) = 25.27%

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

R = 60.75%
G = 25.27%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E25E34 (or 0xE25E34) is known color: Sorbus. HEX triplet: E2, 5E and 34. RGB value is (226,94,52). Sum of RGB (Red+Green+Blue) = 226+94+52=372 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.75% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25E34 is #1DA1CB. Grayscale: #808080. Windows color (decimal): -1941964 or 3432162. OLE color: 3432162.

HSL color Cylindrical-coordinate representation of color #E25E34: hue angle of 14.48º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E25E34 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 94 52 -
CMYK 0 0.58 0.77 0.11
HSL 14.48º 0.75% 0.55% -
HSV(B) 14.48º 0.77% 0.89% -
XYZ 35.99 24.42 6.07 -
YUV 128.68 84.73 197.42 -
System Red Green Blue C M Y K H S L
Decimal 226 94 52 0 0.58 0.77 0.11 14.48 0.75 0.55
Hex E2 5E 34 0 3A 4D B E 4B 37
Octal 342 136 64 0 72 115 13 16 113 67
Binary 11100010 1011110 110100 0 111010 1001101 1011 1110 1001011 110111

Color Harmonies of #E25E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25E34

Black with #E25E34

Text Example


Text Example

White with #E25E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25E34; }

 p { color: rgb(226,94,52); }

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

background-color css

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

 a { background-color: rgb(226,94,52); }

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

border-color css

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

 span { border-color: rgb(226,94,52); }

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