Html Css Color HEX #EB6A3B Sorbus

📋 copy color: '#EB6A3B'

red 235 ◦ green 106 ◦ blue 59

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

Shades of Sorbus #EB6A3B

Tints of Sorbus #EB6A3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.75%

R = 58.75%
G = 26.5%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB6A3B (or 0xEB6A3B) is known color: Sorbus. HEX triplet: EB, 6A and 3B. RGB value is (235,106,59). Sum of RGB (Red+Green+Blue) = 235+106+59=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 59 (23.44% from 255 or 14.75% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6A3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6A3B is #1495C4. Grayscale: #8B8B8B. Windows color (decimal): -1349061 or 3893995. OLE color: 3893995.

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

Color convert

RGB 235 106 59 -
CMYK 0 0.55 0.75 0.08
HSL 16.02º 0.81% 0.58% -
HSV(B) 16.02º 0.75% 0.92% -
XYZ 40.2 28.29 7.48 -
YUV 139.21 82.74 196.32 -
System Red Green Blue C M Y K H S L
Decimal 235 106 59 0 0.55 0.75 0.08 16.02 0.81 0.58
Hex EB 6A 3B 0 37 4B 8 10 51 3A
Octal 353 152 73 0 67 113 10 20 121 72
Binary 11101011 1101010 111011 0 110111 1001011 1000 10000 1010001 111010

Color Harmonies of #EB6A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6A3B

Black with #EB6A3B

Text Example


Text Example

White with #EB6A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6A3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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