Html Css Color HEX #EA5E29 Sorbus

📋 copy color: '#EA5E29'

red 234 ◦ green 94 ◦ blue 41

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

Shades of Sorbus #EA5E29

Tints of Sorbus #EA5E29

RGB

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

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

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

R = 63.41%
G = 25.47%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EA5E29 (or 0xEA5E29) is known color: Sorbus. HEX triplet: EA, 5E and 29. RGB value is (234,94,41). Sum of RGB (Red+Green+Blue) = 234+94+41=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 41 (16.41% from 255 or 11.11% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5E29 is #15A1D6. Grayscale: #828282. Windows color (decimal): -1417687 or 2711274. OLE color: 2711274.

HSL color Cylindrical-coordinate representation of color #EA5E29: hue angle of 16.48º 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 #EA5E29 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 94 41 -
CMYK 0 0.60 0.82 0.08
HSL 16.48º 0.82% 0.54% -
HSV(B) 16.48º 0.82% 0.92% -
XYZ 38.33 25.66 5.03 -
YUV 129.82 77.88 202.31 -
System Red Green Blue C M Y K H S L
Decimal 234 94 41 0 0.60 0.82 0.08 16.48 0.82 0.54
Hex EA 5E 29 0 3C 52 8 10 52 36
Octal 352 136 51 0 74 122 10 20 122 66
Binary 11101010 1011110 101001 0 111100 1010010 1000 10000 1010010 110110

Color Harmonies of #EA5E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5E29

Black with #EA5E29

Text Example


Text Example

White with #EA5E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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