Html Css Color HEX #EA825D Crusta

📋 copy color: '#EA825D'

red 234 ◦ green 130 ◦ blue 93

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

Shades of Crusta #EA825D

Tints of Crusta #EA825D

RGB

 RED value IS 234 (91.8% from 255) = 51.2%

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

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

R = 51.2%
G = 28.45%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA825D (or 0xEA825D) is known color: Crusta. HEX triplet: EA, 82 and 5D. RGB value is (234,130,93). Sum of RGB (Red+Green+Blue) = 234+130+93=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA825D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA825D is #157DA2. Grayscale: #9D9D9D. Windows color (decimal): -1408419 or 6128362. OLE color: 6128362.

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

Color convert

RGB 234 130 93 -
CMYK 0 0.44 0.60 0.08
HSL 15.74º 0.77% 0.64% -
HSV(B) 15.74º 0.6% 0.92% -
XYZ 43.89 34.25 14.65 -
YUV 156.88 91.96 183.01 -
System Red Green Blue C M Y K H S L
Decimal 234 130 93 0 0.44 0.60 0.08 15.74 0.77 0.64
Hex EA 82 5D 0 2C 3C 8 10 4D 40
Octal 352 202 135 0 54 74 10 20 115 100
Binary 11101010 10000010 1011101 0 101100 111100 1000 10000 1001101 1000000

Color Harmonies of #EA825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA825D

Black with #EA825D

Text Example


Text Example

White with #EA825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA825D; }

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

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

background-color css

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

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

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

border-color css

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

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

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