Html Css Color HEX #E7825D Crusta

📋 copy color: '#E7825D'

red 231 ◦ green 130 ◦ blue 93

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

Shades of Crusta #E7825D

Tints of Crusta #E7825D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.63%

 BLUE value IS 93 (36.72% from 255) = 20.48%

R = 50.88%
G = 28.63%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E7825D (or 0xE7825D) is known color: Crusta. HEX triplet: E7, 82 and 5D. RGB value is (231,130,93). Sum of RGB (Red+Green+Blue) = 231+130+93=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E7825D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7825D is #187DA2. Grayscale: #9C9C9C. Windows color (decimal): -1605027 or 6128359. OLE color: 6128359.

HSL color Cylindrical-coordinate representation of color #E7825D: hue angle of 16.09º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7825D is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 130 93 -
CMYK 0 0.44 0.60 0.09
HSL 16.09º 0.74% 0.64% -
HSV(B) 16.09º 0.6% 0.91% -
XYZ 42.91 33.74 14.61 -
YUV 155.98 92.46 181.51 -
System Red Green Blue C M Y K H S L
Decimal 231 130 93 0 0.44 0.60 0.09 16.09 0.74 0.64
Hex E7 82 5D 0 2C 3C 9 10 4A 40
Octal 347 202 135 0 54 74 11 20 112 100
Binary 11100111 10000010 1011101 0 101100 111100 1001 10000 1001010 1000000

Color Harmonies of #E7825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7825D

Black with #E7825D

Text Example


Text Example

White with #E7825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7825D; }

 p { color: rgb(231,130,93); }

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

background-color css

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

 a { background-color: rgb(231,130,93); }

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

border-color css

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

 span { border-color: rgb(231,130,93); }

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