Html Css Color HEX #EB6B3C Sorbus

📋 copy color: '#EB6B3C'

red 235 ◦ green 107 ◦ blue 60

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

Shades of Sorbus #EB6B3C

Tints of Sorbus #EB6B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.93%

R = 58.46%
G = 26.62%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB6B3C (or 0xEB6B3C) is known color: Sorbus. HEX triplet: EB, 6B and 3C. RGB value is (235,107,60). Sum of RGB (Red+Green+Blue) = 235+107+60=402 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.46% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6B3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6B3C is #1494C3. Grayscale: #8C8C8C. Windows color (decimal): -1348804 or 3959787. OLE color: 3959787.

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

Color convert

RGB 235 107 60 -
CMYK 0 0.54 0.74 0.08
HSL 16.11º 0.81% 0.58% -
HSV(B) 16.11º 0.74% 0.92% -
XYZ 40.33 28.5 7.65 -
YUV 139.91 82.91 195.82 -
System Red Green Blue C M Y K H S L
Decimal 235 107 60 0 0.54 0.74 0.08 16.11 0.81 0.58
Hex EB 6B 3C 0 36 4A 8 10 51 3A
Octal 353 153 74 0 66 112 10 20 121 72
Binary 11101011 1101011 111100 0 110110 1001010 1000 10000 1010001 111010

Color Harmonies of #EB6B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6B3C

Black with #EB6B3C

Text Example


Text Example

White with #EB6B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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