Html Css Color HEX #EA855D Crusta

📋 copy color: '#EA855D'

red 234 ◦ green 133 ◦ blue 93

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

Shades of Crusta #EA855D

Tints of Crusta #EA855D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.91%

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

R = 50.87%
G = 28.91%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA855D (or 0xEA855D) is known color: Crusta. HEX triplet: EA, 85 and 5D. RGB value is (234,133,93). Sum of RGB (Red+Green+Blue) = 234+133+93=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA855D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA855D is #157AA2. Grayscale: #9E9E9E. Windows color (decimal): -1407651 or 6129130. OLE color: 6129130.

HSL color Cylindrical-coordinate representation of color #EA855D: hue angle of 17.02º 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 #EA855D is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 133 93 -
CMYK 0 0.43 0.60 0.08
HSL 17.02º 0.77% 0.64% -
HSV(B) 17.02º 0.6% 0.92% -
XYZ 44.3 35.06 14.79 -
YUV 158.64 90.96 181.75 -
System Red Green Blue C M Y K H S L
Decimal 234 133 93 0 0.43 0.60 0.08 17.02 0.77 0.64
Hex EA 85 5D 0 2B 3C 8 11 4D 40
Octal 352 205 135 0 53 74 10 21 115 100
Binary 11101010 10000101 1011101 0 101011 111100 1000 10001 1001101 1000000

Color Harmonies of #EA855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA855D

Black with #EA855D

Text Example


Text Example

White with #EA855D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA855D; }

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

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

background-color css

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

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

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

border-color css

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

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

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