Html Css Color HEX #EB5E2F Sorbus

📋 copy color: '#EB5E2F'

red 235 ◦ green 94 ◦ blue 47

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

Shades of Sorbus #EB5E2F

Tints of Sorbus #EB5E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.5%

R = 62.5%
G = 25%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#EB5E2F (or 0xEB5E2F) is known color: Sorbus. HEX triplet: EB, 5E and 2F. RGB value is (235,94,47). Sum of RGB (Red+Green+Blue) = 235+94+47=376 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.5% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 47 (18.75% from 255 or 12.5% from 376); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5E2F is #14A1D0. Grayscale: #838383. Windows color (decimal): -1352145 or 3104491. OLE color: 3104491.

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

Color convert

RGB 235 94 47 -
CMYK 0 0.6 0.8 0.08
HSL 15º 0.82% 0.55% -
HSV(B) 15º 0.8% 0.92% -
XYZ 38.78 25.87 5.64 -
YUV 130.8 80.71 202.32 -
System Red Green Blue C M Y K H S L
Decimal 235 94 47 0 0.6 0.8 0.08 15 0.82 0.55
Hex EB 5E 2F 0 3C 50 8 F 52 37
Octal 353 136 57 0 74 120 10 17 122 67
Binary 11101011 1011110 101111 0 111100 1010000 1000 1111 1010010 110111

Color Harmonies of #EB5E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5E2F

Black with #EB5E2F

Text Example


Text Example

White with #EB5E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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