Html Css Color HEX #EA8D5E Crusta

📋 copy color: '#EA8D5E'

red 234 ◦ green 141 ◦ blue 94

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

Shades of Crusta #EA8D5E

Tints of Crusta #EA8D5E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.06%

 BLUE value IS 94 (37.11% from 255) = 20.04%

R = 49.89%
G = 30.06%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA8D5E (or 0xEA8D5E) is known color: Crusta. HEX triplet: EA, 8D and 5E. RGB value is (234,141,94). Sum of RGB (Red+Green+Blue) = 234+141+94=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8D5E is #1572A1. Grayscale: #A3A3A3. Windows color (decimal): -1405602 or 6196714. OLE color: 6196714.

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

Color convert

RGB 234 141 94 -
CMYK 0 0.40 0.60 0.08
HSL 20.14º 0.77% 0.64% -
HSV(B) 20.14º 0.6% 0.92% -
XYZ 45.48 37.35 15.4 -
YUV 163.45 88.81 178.32 -
System Red Green Blue C M Y K H S L
Decimal 234 141 94 0 0.40 0.60 0.08 20.14 0.77 0.64
Hex EA 8D 5E 0 28 3C 8 14 4D 40
Octal 352 215 136 0 50 74 10 24 115 100
Binary 11101010 10001101 1011110 0 101000 111100 1000 10100 1001101 1000000

Color Harmonies of #EA8D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8D5E

Black with #EA8D5E

Text Example


Text Example

White with #EA8D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8D5E; }

 p { color: rgb(234,141,94); }

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

background-color css

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

 a { background-color: rgb(234,141,94); }

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

border-color css

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

 span { border-color: rgb(234,141,94); }

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