Html Css Color HEX #EB6C3C Sorbus

📋 copy color: '#EB6C3C'

red 235 ◦ green 108 ◦ blue 60

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

Shades of Sorbus #EB6C3C

Tints of Sorbus #EB6C3C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.8%

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

R = 58.31%
G = 26.8%
B = 14.89%

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

#EB6C3C (or 0xEB6C3C) is known color: Sorbus. HEX triplet: EB, 6C and 3C. RGB value is (235,108,60). Sum of RGB (Red+Green+Blue) = 235+108+60=403 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.31% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6C3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6C3C is #1493C3. Grayscale: #8C8C8C. Windows color (decimal): -1348548 or 3960043. OLE color: 3960043.

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

Color convert

RGB 235 108 60 -
CMYK 0 0.54 0.74 0.08
HSL 16.46º 0.81% 0.58% -
HSV(B) 16.46º 0.74% 0.92% -
XYZ 40.44 28.71 7.69 -
YUV 140.5 82.58 195.4 -
System Red Green Blue C M Y K H S L
Decimal 235 108 60 0 0.54 0.74 0.08 16.46 0.81 0.58
Hex EB 6C 3C 0 36 4A 8 10 51 3A
Octal 353 154 74 0 66 112 10 20 121 72
Binary 11101011 1101100 111100 0 110110 1001010 1000 10000 1010001 111010

Color Harmonies of #EB6C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6C3C

Black with #EB6C3C

Text Example


Text Example

White with #EB6C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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