Html Css Color HEX #E78050 Crusta

📋 copy color: '#E78050'

red 231 ◦ green 128 ◦ blue 80

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

Shades of Crusta #E78050

Tints of Crusta #E78050

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.16%

 BLUE value IS 80 (31.64% from 255) = 18.22%

R = 52.62%
G = 29.16%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E78050 (or 0xE78050) is known color: Crusta. HEX triplet: E7, 80 and 50. RGB value is (231,128,80). Sum of RGB (Red+Green+Blue) = 231+128+80=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E78050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78050 is #187FAF. Grayscale: #999999. Windows color (decimal): -1605552 or 5275879. OLE color: 5275879.

HSL color Cylindrical-coordinate representation of color #E78050: hue angle of 19.07º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E78050 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 128 80 -
CMYK 0 0.45 0.65 0.09
HSL 19.07º 0.76% 0.61% -
HSV(B) 19.07º 0.65% 0.91% -
XYZ 42.12 33.01 11.74 -
YUV 153.33 86.62 183.4 -
System Red Green Blue C M Y K H S L
Decimal 231 128 80 0 0.45 0.65 0.09 19.07 0.76 0.61
Hex E7 80 50 0 2D 41 9 13 4C 3D
Octal 347 200 120 0 55 101 11 23 114 75
Binary 11100111 10000000 1010000 0 101101 1000001 1001 10011 1001100 111101

Color Harmonies of #E78050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78050

Black with #E78050

Text Example


Text Example

White with #E78050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78050; }

 p { color: rgb(231,128,80); }

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

background-color css

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

 a { background-color: rgb(231,128,80); }

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

border-color css

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

 span { border-color: rgb(231,128,80); }

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