Html Css Color HEX #E76440 Sorbus

📋 copy color: '#E76440'

red 231 ◦ green 100 ◦ blue 64

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

Shades of Sorbus #E76440

Tints of Sorbus #E76440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.32%

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

R = 58.48%
G = 25.32%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E76440 (or 0xE76440) is known color: Sorbus. HEX triplet: E7, 64 and 40. RGB value is (231,100,64). Sum of RGB (Red+Green+Blue) = 231+100+64=395 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.48% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 231 - color contains mainly: red. Hex color #E76440 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76440 is #189BBF. Grayscale: #878787. Windows color (decimal): -1612736 or 4220135. OLE color: 4220135.

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

Color convert

RGB 231 100 64 -
CMYK 0 0.57 0.72 0.09
HSL 12.93º 0.78% 0.58% -
HSV(B) 12.93º 0.72% 0.91% -
XYZ 38.44 26.47 7.93 -
YUV 135.07 87.9 196.43 -
System Red Green Blue C M Y K H S L
Decimal 231 100 64 0 0.57 0.72 0.09 12.93 0.78 0.58
Hex E7 64 40 0 39 48 9 D 4E 3A
Octal 347 144 100 0 71 110 11 15 116 72
Binary 11100111 1100100 1000000 0 111001 1001000 1001 1101 1001110 111010

Color Harmonies of #E76440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76440

Black with #E76440

Text Example


Text Example

White with #E76440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76440; }

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

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

background-color css

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

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

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

border-color css

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

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

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