Html Css Color HEX #EA8C5A Crusta

📋 copy color: '#EA8C5A'

red 234 ◦ green 140 ◦ blue 90

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

Shades of Crusta #EA8C5A

Tints of Crusta #EA8C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.4%

R = 50.43%
G = 30.17%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA8C5A (or 0xEA8C5A) is known color: Crusta. HEX triplet: EA, 8C and 5A. RGB value is (234,140,90). Sum of RGB (Red+Green+Blue) = 234+140+90=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 90 (35.55% from 255 or 19.40% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8C5A is #1573A5. Grayscale: #A2A2A2. Windows color (decimal): -1405862 or 5934314. OLE color: 5934314.

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

Color convert

RGB 234 140 90 -
CMYK 0 0.40 0.62 0.08
HSL 20.83º 0.77% 0.64% -
HSV(B) 20.83º 0.62% 0.92% -
XYZ 45.16 36.99 14.43 -
YUV 162.41 87.14 179.07 -
System Red Green Blue C M Y K H S L
Decimal 234 140 90 0 0.40 0.62 0.08 20.83 0.77 0.64
Hex EA 8C 5A 0 28 3E 8 15 4D 40
Octal 352 214 132 0 50 76 10 25 115 100
Binary 11101010 10001100 1011010 0 101000 111110 1000 10101 1001101 1000000

Color Harmonies of #EA8C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8C5A

Black with #EA8C5A

Text Example


Text Example

White with #EA8C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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