Html Css Color HEX #E58352 Crusta

📋 copy color: '#E58352'

red 229 ◦ green 131 ◦ blue 82

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

Shades of Crusta #E58352

Tints of Crusta #E58352

RGB

 RED value IS 229 (89.84% from 255) = 51.81%

 GREEN value IS 131 (51.56% from 255) = 29.64%

 BLUE value IS 82 (32.42% from 255) = 18.55%

R = 51.81%
G = 29.64%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#E58352 (or 0xE58352) is known color: Crusta. HEX triplet: E5, 83 and 52. RGB value is (229,131,82). Sum of RGB (Red+Green+Blue) = 229+131+82=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 82 (32.42% from 255 or 18.55% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E58352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58352 is #1A7CAD. Grayscale: #9B9B9B. Windows color (decimal): -1735854 or 5407717. OLE color: 5407717.

HSL color Cylindrical-coordinate representation of color #E58352: hue angle of 20º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E58352 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 131 82 -
CMYK 0 0.43 0.64 0.10
HSL 20º 0.74% 0.61% -
HSV(B) 20º 0.64% 0.9% -
XYZ 41.95 33.5 12.24 -
YUV 154.72 86.97 180.98 -
System Red Green Blue C M Y K H S L
Decimal 229 131 82 0 0.43 0.64 0.10 20 0.74 0.61
Hex E5 83 52 0 2B 40 A 14 4A 3D
Octal 345 203 122 0 53 100 12 24 112 75
Binary 11100101 10000011 1010010 0 101011 1000000 1010 10100 1001010 111101

Color Harmonies of #E58352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58352

Black with #E58352

Text Example


Text Example

White with #E58352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58352; }

 p { color: rgb(229,131,82); }

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

background-color css

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

 a { background-color: rgb(229,131,82); }

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

border-color css

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

 span { border-color: rgb(229,131,82); }

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