Html Css Color HEX #EB6640 Sorbus

📋 copy color: '#EB6640'

red 235 ◦ green 102 ◦ blue 64

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

Shades of Sorbus #EB6640

Tints of Sorbus #EB6640

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.44%

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

R = 58.6%
G = 25.44%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB6640 (or 0xEB6640) is known color: Sorbus. HEX triplet: EB, 66 and 40. RGB value is (235,102,64). Sum of RGB (Red+Green+Blue) = 235+102+64=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6640 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6640 is #1499BF. Grayscale: #898989. Windows color (decimal): -1350080 or 4220651. OLE color: 4220651.

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

Color convert

RGB 235 102 64 -
CMYK 0 0.57 0.73 0.08
HSL 13.33º 0.81% 0.59% -
HSV(B) 13.33º 0.73% 0.92% -
XYZ 39.94 27.54 8.06 -
YUV 137.44 86.56 197.59 -
System Red Green Blue C M Y K H S L
Decimal 235 102 64 0 0.57 0.73 0.08 13.33 0.81 0.59
Hex EB 66 40 0 39 49 8 D 51 3B
Octal 353 146 100 0 71 111 10 15 121 73
Binary 11101011 1100110 1000000 0 111001 1001001 1000 1101 1010001 111011

Color Harmonies of #EB6640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6640

Black with #EB6640

Text Example


Text Example

White with #EB6640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6640; }

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

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

background-color css

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

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

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

border-color css

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

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

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