Html Css Color HEX #EB6740 Sorbus

📋 copy color: '#EB6740'

red 235 ◦ green 103 ◦ blue 64

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

Shades of Sorbus #EB6740

Tints of Sorbus #EB6740

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.62%

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

R = 58.46%
G = 25.62%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB6740 (or 0xEB6740) is known color: Sorbus. HEX triplet: EB, 67 and 40. RGB value is (235,103,64). Sum of RGB (Red+Green+Blue) = 235+103+64=402 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.46% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6740 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6740 is #1498BF. Grayscale: #8A8A8A. Windows color (decimal): -1349824 or 4220907. OLE color: 4220907.

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

Color convert

RGB 235 103 64 -
CMYK 0 0.56 0.73 0.08
HSL 13.68º 0.81% 0.59% -
HSV(B) 13.68º 0.73% 0.92% -
XYZ 40.04 27.73 8.09 -
YUV 138.02 86.23 197.17 -
System Red Green Blue C M Y K H S L
Decimal 235 103 64 0 0.56 0.73 0.08 13.68 0.81 0.59
Hex EB 67 40 0 38 49 8 E 51 3B
Octal 353 147 100 0 70 111 10 16 121 73
Binary 11101011 1100111 1000000 0 111000 1001001 1000 1110 1010001 111011

Color Harmonies of #EB6740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6740

Black with #EB6740

Text Example


Text Example

White with #EB6740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6740; }

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

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

background-color css

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

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

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

border-color css

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

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

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