Html Css Color HEX #EA885D Crusta

📋 copy color: '#EA885D'

red 234 ◦ green 136 ◦ blue 93

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

Shades of Crusta #EA885D

Tints of Crusta #EA885D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.37%

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

R = 50.54%
G = 29.37%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA885D (or 0xEA885D) is known color: Crusta. HEX triplet: EA, 88 and 5D. RGB value is (234,136,93). Sum of RGB (Red+Green+Blue) = 234+136+93=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EA885D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA885D is #1577A2. Grayscale: #A0A0A0. Windows color (decimal): -1406883 or 6129898. OLE color: 6129898.

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

Color convert

RGB 234 136 93 -
CMYK 0 0.42 0.60 0.08
HSL 18.3º 0.77% 0.64% -
HSV(B) 18.3º 0.6% 0.92% -
XYZ 44.71 35.89 14.93 -
YUV 160.4 89.97 180.5 -
System Red Green Blue C M Y K H S L
Decimal 234 136 93 0 0.42 0.60 0.08 18.3 0.77 0.64
Hex EA 88 5D 0 2A 3C 8 12 4D 40
Octal 352 210 135 0 52 74 10 22 115 100
Binary 11101010 10001000 1011101 0 101010 111100 1000 10010 1001101 1000000

Color Harmonies of #EA885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA885D

Black with #EA885D

Text Example


Text Example

White with #EA885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA885D; }

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

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

background-color css

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

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

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

border-color css

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

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

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