Html Css Color HEX #E76640 Sorbus

📋 copy color: '#E76640'

red 231 ◦ green 102 ◦ blue 64

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

Shades of Sorbus #E76640

Tints of Sorbus #E76640

RGB

 RED value IS 231 (90.63% from 255) = 58.19%

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

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

R = 58.19%
G = 25.69%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E76640 (or 0xE76640) is known color: Sorbus. HEX triplet: E7, 66 and 40. RGB value is (231,102,64). Sum of RGB (Red+Green+Blue) = 231+102+64=397 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.19% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 231 - color contains mainly: red. Hex color #E76640 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76640 is #1899BF. Grayscale: #888888. Windows color (decimal): -1612224 or 4220647. OLE color: 4220647.

HSL color Cylindrical-coordinate representation of color #E76640: hue angle of 13.65º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E76640 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 102 64 -
CMYK 0 0.56 0.72 0.09
HSL 13.65º 0.78% 0.58% -
HSV(B) 13.65º 0.72% 0.91% -
XYZ 38.63 26.86 8 -
YUV 136.24 87.24 195.59 -
System Red Green Blue C M Y K H S L
Decimal 231 102 64 0 0.56 0.72 0.09 13.65 0.78 0.58
Hex E7 66 40 0 38 48 9 E 4E 3A
Octal 347 146 100 0 70 110 11 16 116 72
Binary 11100111 1100110 1000000 0 111000 1001000 1001 1110 1001110 111010

Color Harmonies of #E76640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76640

Black with #E76640

Text Example


Text Example

White with #E76640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76640; }

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

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

background-color css

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

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

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

border-color css

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

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

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