Html Css Color HEX #EB6A32 Sorbus

📋 copy color: '#EB6A32'

red 235 ◦ green 106 ◦ blue 50

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

Shades of Sorbus #EB6A32

Tints of Sorbus #EB6A32

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.11%

 BLUE value IS 50 (19.92% from 255) = 12.79%

R = 60.1%
G = 27.11%
B = 12.79%

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

#EB6A32 (or 0xEB6A32) is known color: Sorbus. HEX triplet: EB, 6A and 32. RGB value is (235,106,50). Sum of RGB (Red+Green+Blue) = 235+106+50=391 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.10% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6A32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6A32 is #1495CD. Grayscale: #8A8A8A. Windows color (decimal): -1349070 or 3304171. OLE color: 3304171.

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

Color convert

RGB 235 106 50 -
CMYK 0 0.55 0.79 0.08
HSL 18.16º 0.82% 0.56% -
HSV(B) 18.16º 0.79% 0.92% -
XYZ 39.99 28.2 6.35 -
YUV 138.19 78.24 197.05 -
System Red Green Blue C M Y K H S L
Decimal 235 106 50 0 0.55 0.79 0.08 18.16 0.82 0.56
Hex EB 6A 32 0 37 4F 8 12 52 38
Octal 353 152 62 0 67 117 10 22 122 70
Binary 11101011 1101010 110010 0 110111 1001111 1000 10010 1010010 111000

Color Harmonies of #EB6A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6A32

Black with #EB6A32

Text Example


Text Example

White with #EB6A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6A32; }

 p { color: rgb(235,106,50); }

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

background-color css

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

 a { background-color: rgb(235,106,50); }

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

border-color css

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

 span { border-color: rgb(235,106,50); }

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