Html Css Color HEX #EB5D29 Sorbus

📋 copy color: '#EB5D29'

red 235 ◦ green 93 ◦ blue 41

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

Shades of Sorbus #EB5D29

Tints of Sorbus #EB5D29

RGB

 RED value IS 235 (92.19% from 255) = 63.69%

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

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

R = 63.69%
G = 25.2%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB5D29 (or 0xEB5D29) is known color: Sorbus. HEX triplet: EB, 5D and 29. RGB value is (235,93,41). Sum of RGB (Red+Green+Blue) = 235+93+41=369 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.69% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 41 (16.41% from 255 or 11.11% from 369); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5D29 is #14A2D6. Grayscale: #818181. Windows color (decimal): -1352407 or 2711019. OLE color: 2711019.

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

Color convert

RGB 235 93 41 -
CMYK 0 0.60 0.83 0.08
HSL 16.08º 0.83% 0.54% -
HSV(B) 16.08º 0.83% 0.92% -
XYZ 38.58 25.65 5.02 -
YUV 129.53 78.04 203.23 -
System Red Green Blue C M Y K H S L
Decimal 235 93 41 0 0.60 0.83 0.08 16.08 0.83 0.54
Hex EB 5D 29 0 3C 53 8 10 53 36
Octal 353 135 51 0 74 123 10 20 123 66
Binary 11101011 1011101 101001 0 111100 1010011 1000 10000 1010011 110110

Color Harmonies of #EB5D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5D29

Black with #EB5D29

Text Example


Text Example

White with #EB5D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5D29; }

 p { color: rgb(235,93,41); }

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

background-color css

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

 a { background-color: rgb(235,93,41); }

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

border-color css

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

 span { border-color: rgb(235,93,41); }

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