Html Css Color HEX #EA5D25 Sorbus

📋 copy color: '#EA5D25'

red 234 ◦ green 93 ◦ blue 37

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

Shades of Sorbus #EA5D25

Tints of Sorbus #EA5D25

RGB

 RED value IS 234 (91.8% from 255) = 64.29%

 GREEN value IS 93 (36.72% from 255) = 25.55%

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

R = 64.29%
G = 25.55%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA5D25 (or 0xEA5D25) is known color: Sorbus. HEX triplet: EA, 5D and 25. RGB value is (234,93,37). Sum of RGB (Red+Green+Blue) = 234+93+37=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 37 (14.84% from 255 or 10.16% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5D25 is #15A2DA. Grayscale: #818181. Windows color (decimal): -1417947 or 2448874. OLE color: 2448874.

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

Color convert

RGB 234 93 37 -
CMYK 0 0.60 0.84 0.08
HSL 17.06º 0.82% 0.53% -
HSV(B) 17.06º 0.84% 0.92% -
XYZ 38.18 25.45 4.65 -
YUV 128.78 76.21 203.05 -
System Red Green Blue C M Y K H S L
Decimal 234 93 37 0 0.60 0.84 0.08 17.06 0.82 0.53
Hex EA 5D 25 0 3C 54 8 11 52 35
Octal 352 135 45 0 74 124 10 21 122 65
Binary 11101010 1011101 100101 0 111100 1010100 1000 10001 1010010 110101

Color Harmonies of #EA5D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5D25

Black with #EA5D25

Text Example


Text Example

White with #EA5D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5D25; }

 p { color: rgb(234,93,37); }

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

background-color css

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

 a { background-color: rgb(234,93,37); }

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

border-color css

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

 span { border-color: rgb(234,93,37); }

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