Html Css Color HEX #E08455 Crusta

📋 copy color: '#E08455'

red 224 ◦ green 132 ◦ blue 85

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

Shades of Crusta #E08455

Tints of Crusta #E08455

RGB

 RED value IS 224 (87.89% from 255) = 50.79%

 GREEN value IS 132 (51.95% from 255) = 29.93%

 BLUE value IS 85 (33.59% from 255) = 19.27%

R = 50.79%
G = 29.93%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E08455 (or 0xE08455) is known color: Crusta. HEX triplet: E0, 84 and 55. RGB value is (224,132,85). Sum of RGB (Red+Green+Blue) = 224+132+85=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E08455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08455 is #1F7BAA. Grayscale: #9A9A9A. Windows color (decimal): -2063275 or 5604576. OLE color: 5604576.

HSL color Cylindrical-coordinate representation of color #E08455: hue angle of 20.29º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E08455 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 132 85 -
CMYK 0 0.41 0.62 0.12
HSL 20.29º 0.69% 0.61% -
HSV(B) 20.29º 0.62% 0.88% -
XYZ 40.63 33.01 12.82 -
YUV 154.15 88.98 177.82 -
System Red Green Blue C M Y K H S L
Decimal 224 132 85 0 0.41 0.62 0.12 20.29 0.69 0.61
Hex E0 84 55 0 29 3E C 14 45 3D
Octal 340 204 125 0 51 76 14 24 105 75
Binary 11100000 10000100 1010101 0 101001 111110 1100 10100 1000101 111101

Color Harmonies of #E08455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08455

Black with #E08455

Text Example


Text Example

White with #E08455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08455; }

 p { color: rgb(224,132,85); }

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

background-color css

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

 a { background-color: rgb(224,132,85); }

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

border-color css

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

 span { border-color: rgb(224,132,85); }

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