Html Css Color HEX #E95A25 Sorbus

📋 copy color: '#E95A25'

red 233 ◦ green 90 ◦ blue 37

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

Shades of Sorbus #E95A25

Tints of Sorbus #E95A25

RGB

 RED value IS 233 (91.41% from 255) = 64.72%

 GREEN value IS 90 (35.55% from 255) = 25%

 BLUE value IS 37 (14.84% from 255) = 10.28%

R = 64.72%
G = 25%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#E95A25 (or 0xE95A25) is known color: Sorbus. HEX triplet: E9, 5A and 25. RGB value is (233,90,37). Sum of RGB (Red+Green+Blue) = 233+90+37=360 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.72% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 233 - color contains mainly: red. Hex color #E95A25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95A25 is #16A5DA. Grayscale: #7F7F7F. Windows color (decimal): -1484251 or 2448105. OLE color: 2448105.

HSL color Cylindrical-coordinate representation of color #E95A25: hue angle of 16.22º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E95A25 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 90 37 -
CMYK 0 0.61 0.84 0.09
HSL 16.22º 0.82% 0.53% -
HSV(B) 16.22º 0.84% 0.91% -
XYZ 37.59 24.77 4.55 -
YUV 126.72 77.38 203.81 -
System Red Green Blue C M Y K H S L
Decimal 233 90 37 0 0.61 0.84 0.09 16.22 0.82 0.53
Hex E9 5A 25 0 3D 54 9 10 52 35
Octal 351 132 45 0 75 124 11 20 122 65
Binary 11101001 1011010 100101 0 111101 1010100 1001 10000 1010010 110101

Color Harmonies of #E95A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95A25

Black with #E95A25

Text Example


Text Example

White with #E95A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95A25; }

 p { color: rgb(233,90,37); }

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

background-color css

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

 a { background-color: rgb(233,90,37); }

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

border-color css

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

 span { border-color: rgb(233,90,37); }

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