Html Css Color HEX #E78150 Crusta

📋 copy color: '#E78150'

red 231 ◦ green 129 ◦ blue 80

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

Shades of Crusta #E78150

Tints of Crusta #E78150

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.32%

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

R = 52.5%
G = 29.32%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E78150 (or 0xE78150) is known color: Crusta. HEX triplet: E7, 81 and 50. RGB value is (231,129,80). Sum of RGB (Red+Green+Blue) = 231+129+80=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E78150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78150 is #187EAF. Grayscale: #9A9A9A. Windows color (decimal): -1605296 or 5276135. OLE color: 5276135.

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

Color convert

RGB 231 129 80 -
CMYK 0 0.44 0.65 0.09
HSL 19.47º 0.76% 0.61% -
HSV(B) 19.47º 0.65% 0.91% -
XYZ 42.25 33.27 11.78 -
YUV 153.91 86.29 182.98 -
System Red Green Blue C M Y K H S L
Decimal 231 129 80 0 0.44 0.65 0.09 19.47 0.76 0.61
Hex E7 81 50 0 2C 41 9 13 4C 3D
Octal 347 201 120 0 54 101 11 23 114 75
Binary 11100111 10000001 1010000 0 101100 1000001 1001 10011 1001100 111101

Color Harmonies of #E78150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78150

Black with #E78150

Text Example


Text Example

White with #E78150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78150; }

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

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

background-color css

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

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

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

border-color css

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

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

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