Html Css Color HEX #EA5C29 Sorbus

📋 copy color: '#EA5C29'

red 234 ◦ green 92 ◦ blue 41

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

Shades of Sorbus #EA5C29

Tints of Sorbus #EA5C29

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.07%

 BLUE value IS 41 (16.41% from 255) = 11.17%

R = 63.76%
G = 25.07%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA5C29 (or 0xEA5C29) is known color: Sorbus. HEX triplet: EA, 5C and 29. RGB value is (234,92,41). Sum of RGB (Red+Green+Blue) = 234+92+41=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 41 (16.41% from 255 or 11.17% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5C29 is #15A3D6. Grayscale: #808080. Windows color (decimal): -1418199 or 2710762. OLE color: 2710762.

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

Color convert

RGB 234 92 41 -
CMYK 0 0.61 0.82 0.08
HSL 15.85º 0.82% 0.54% -
HSV(B) 15.85º 0.82% 0.92% -
XYZ 38.16 25.31 4.97 -
YUV 128.64 78.54 203.15 -
System Red Green Blue C M Y K H S L
Decimal 234 92 41 0 0.61 0.82 0.08 15.85 0.82 0.54
Hex EA 5C 29 0 3D 52 8 10 52 36
Octal 352 134 51 0 75 122 10 20 122 66
Binary 11101010 1011100 101001 0 111101 1010010 1000 10000 1010010 110110

Color Harmonies of #EA5C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5C29

Black with #EA5C29

Text Example


Text Example

White with #EA5C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5C29; }

 p { color: rgb(234,92,41); }

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

background-color css

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

 a { background-color: rgb(234,92,41); }

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

border-color css

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

 span { border-color: rgb(234,92,41); }

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