Html Css Color HEX #EB6B32 Sorbus

📋 copy color: '#EB6B32'

red 235 ◦ green 107 ◦ blue 50

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

Shades of Sorbus #EB6B32

Tints of Sorbus #EB6B32

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.3%

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

R = 59.95%
G = 27.3%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EB6B32 (or 0xEB6B32) is known color: Sorbus. HEX triplet: EB, 6B and 32. RGB value is (235,107,50). Sum of RGB (Red+Green+Blue) = 235+107+50=392 (51% of max value = 765). Red value is 235 (92.19% from 255 or 59.95% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 50 (19.92% from 255 or 12.76% from 392); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6B32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6B32 is #1494CD. Grayscale: #8B8B8B. Windows color (decimal): -1348814 or 3304427. OLE color: 3304427.

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

Color convert

RGB 235 107 50 -
CMYK 0 0.54 0.79 0.08
HSL 18.49º 0.82% 0.56% -
HSV(B) 18.49º 0.79% 0.92% -
XYZ 40.09 28.41 6.39 -
YUV 138.77 77.91 196.63 -
System Red Green Blue C M Y K H S L
Decimal 235 107 50 0 0.54 0.79 0.08 18.49 0.82 0.56
Hex EB 6B 32 0 36 4F 8 12 52 38
Octal 353 153 62 0 66 117 10 22 122 70
Binary 11101011 1101011 110010 0 110110 1001111 1000 10010 1010010 111000

Color Harmonies of #EB6B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6B32

Black with #EB6B32

Text Example


Text Example

White with #EB6B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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