Html Css Color HEX #EA8C5D Crusta

📋 copy color: '#EA8C5D'

red 234 ◦ green 140 ◦ blue 93

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

Shades of Crusta #EA8C5D

Tints of Crusta #EA8C5D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.98%

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

R = 50.11%
G = 29.98%
B = 19.91%

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

#EA8C5D (or 0xEA8C5D) is known color: Crusta. HEX triplet: EA, 8C and 5D. RGB value is (234,140,93). Sum of RGB (Red+Green+Blue) = 234+140+93=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8C5D is #1573A2. Grayscale: #A3A3A3. Windows color (decimal): -1405859 or 6130922. OLE color: 6130922.

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

Color convert

RGB 234 140 93 -
CMYK 0 0.40 0.60 0.08
HSL 20º 0.77% 0.64% -
HSV(B) 20º 0.6% 0.92% -
XYZ 45.29 37.04 15.12 -
YUV 162.75 88.64 178.82 -
System Red Green Blue C M Y K H S L
Decimal 234 140 93 0 0.40 0.60 0.08 20 0.77 0.64
Hex EA 8C 5D 0 28 3C 8 14 4D 40
Octal 352 214 135 0 50 74 10 24 115 100
Binary 11101010 10001100 1011101 0 101000 111100 1000 10100 1001101 1000000

Color Harmonies of #EA8C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8C5D

Black with #EA8C5D

Text Example


Text Example

White with #EA8C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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