Html Css Color HEX #EB6C40 Sorbus

📋 copy color: '#EB6C40'

red 235 ◦ green 108 ◦ blue 64

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

Shades of Sorbus #EB6C40

Tints of Sorbus #EB6C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.72%

R = 57.74%
G = 26.54%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB6C40 (or 0xEB6C40) is known color: Sorbus. HEX triplet: EB, 6C and 40. RGB value is (235,108,64). Sum of RGB (Red+Green+Blue) = 235+108+64=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6C40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6C40 is #1493BF. Grayscale: #8D8D8D. Windows color (decimal): -1348544 or 4222187. OLE color: 4222187.

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

Color convert

RGB 235 108 64 -
CMYK 0 0.54 0.73 0.08
HSL 15.44º 0.81% 0.59% -
HSV(B) 15.44º 0.73% 0.92% -
XYZ 40.55 28.76 8.26 -
YUV 140.96 84.58 195.08 -
System Red Green Blue C M Y K H S L
Decimal 235 108 64 0 0.54 0.73 0.08 15.44 0.81 0.59
Hex EB 6C 40 0 36 49 8 F 51 3B
Octal 353 154 100 0 66 111 10 17 121 73
Binary 11101011 1101100 1000000 0 110110 1001001 1000 1111 1010001 111011

Color Harmonies of #EB6C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6C40

Black with #EB6C40

Text Example


Text Example

White with #EB6C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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