Html Css Color HEX #EB6931 Sorbus

📋 copy color: '#EB6931'

red 235 ◦ green 105 ◦ blue 49

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

Shades of Sorbus #EB6931

Tints of Sorbus #EB6931

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.99%

 BLUE value IS 49 (19.53% from 255) = 12.6%

R = 60.41%
G = 26.99%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EB6931 (or 0xEB6931) is known color: Sorbus. HEX triplet: EB, 69 and 31. RGB value is (235,105,49). Sum of RGB (Red+Green+Blue) = 235+105+49=389 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.41% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 49 (19.53% from 255 or 12.60% from 389); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6931 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6931 is #1496CE. Grayscale: #898989. Windows color (decimal): -1349327 or 3238379. OLE color: 3238379.

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

Color convert

RGB 235 105 49 -
CMYK 0 0.55 0.79 0.08
HSL 18.06º 0.82% 0.56% -
HSV(B) 18.06º 0.79% 0.92% -
XYZ 39.87 27.99 6.21 -
YUV 137.49 78.07 197.55 -
System Red Green Blue C M Y K H S L
Decimal 235 105 49 0 0.55 0.79 0.08 18.06 0.82 0.56
Hex EB 69 31 0 37 4F 8 12 52 38
Octal 353 151 61 0 67 117 10 22 122 70
Binary 11101011 1101001 110001 0 110111 1001111 1000 10010 1010010 111000

Color Harmonies of #EB6931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6931

Black with #EB6931

Text Example


Text Example

White with #EB6931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6931; }

 p { color: rgb(235,105,49); }

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

background-color css

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

 a { background-color: rgb(235,105,49); }

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

border-color css

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

 span { border-color: rgb(235,105,49); }

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