Html Css Color HEX #EB5E2E Sorbus

📋 copy color: '#EB5E2E'

red 235 ◦ green 94 ◦ blue 46

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

Shades of Sorbus #EB5E2E

Tints of Sorbus #EB5E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.27%

R = 62.67%
G = 25.07%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EB5E2E (or 0xEB5E2E) is known color: Sorbus. HEX triplet: EB, 5E and 2E. RGB value is (235,94,46). Sum of RGB (Red+Green+Blue) = 235+94+46=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 46 (18.36% from 255 or 12.27% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5E2E is #14A1D1. Grayscale: #838383. Windows color (decimal): -1352146 or 3038955. OLE color: 3038955.

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

Color convert

RGB 235 94 46 -
CMYK 0 0.6 0.80 0.08
HSL 15.24º 0.83% 0.55% -
HSV(B) 15.24º 0.8% 0.92% -
XYZ 38.76 25.86 5.53 -
YUV 130.69 80.21 202.4 -
System Red Green Blue C M Y K H S L
Decimal 235 94 46 0 0.6 0.80 0.08 15.24 0.83 0.55
Hex EB 5E 2E 0 3C 50 8 F 53 37
Octal 353 136 56 0 74 120 10 17 123 67
Binary 11101011 1011110 101110 0 111100 1010000 1000 1111 1010011 110111

Color Harmonies of #EB5E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5E2E

Black with #EB5E2E

Text Example


Text Example

White with #EB5E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5E2E; }

 p { color: rgb(235,94,46); }

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

background-color css

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

 a { background-color: rgb(235,94,46); }

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

border-color css

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

 span { border-color: rgb(235,94,46); }

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