Html Css Color HEX #EA5D35 Sorbus

📋 copy color: '#EA5D35'

red 234 ◦ green 93 ◦ blue 53

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

Shades of Sorbus #EA5D35

Tints of Sorbus #EA5D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.95%

R = 61.58%
G = 24.47%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EA5D35 (or 0xEA5D35) is known color: Sorbus. HEX triplet: EA, 5D and 35. RGB value is (234,93,53). Sum of RGB (Red+Green+Blue) = 234+93+53=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D35 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5D35 is #15A2CA. Grayscale: #828282. Windows color (decimal): -1417931 or 3497450. OLE color: 3497450.

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

Color convert

RGB 234 93 53 -
CMYK 0 0.60 0.77 0.08
HSL 13.26º 0.81% 0.56% -
HSV(B) 13.26º 0.77% 0.92% -
XYZ 38.49 25.58 6.28 -
YUV 130.6 84.21 201.75 -
System Red Green Blue C M Y K H S L
Decimal 234 93 53 0 0.60 0.77 0.08 13.26 0.81 0.56
Hex EA 5D 35 0 3C 4D 8 D 51 38
Octal 352 135 65 0 74 115 10 15 121 70
Binary 11101010 1011101 110101 0 111100 1001101 1000 1101 1010001 111000

Color Harmonies of #EA5D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5D35

Black with #EA5D35

Text Example


Text Example

White with #EA5D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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