Html Css Color HEX #EA8C60 Crusta

📋 copy color: '#EA8C60'

red 234 ◦ green 140 ◦ blue 96

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

Shades of Crusta #EA8C60

Tints of Crusta #EA8C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.43%

R = 49.79%
G = 29.79%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA8C60 (or 0xEA8C60) is known color: Crusta. HEX triplet: EA, 8C and 60. RGB value is (234,140,96). Sum of RGB (Red+Green+Blue) = 234+140+96=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8C60 is #15739F. Grayscale: #A3A3A3. Windows color (decimal): -1405856 or 6327530. OLE color: 6327530.

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

Color convert

RGB 234 140 96 -
CMYK 0 0.40 0.59 0.08
HSL 19.13º 0.77% 0.65% -
HSV(B) 19.13º 0.59% 0.92% -
XYZ 45.42 37.09 15.83 -
YUV 163.09 90.14 178.58 -
System Red Green Blue C M Y K H S L
Decimal 234 140 96 0 0.40 0.59 0.08 19.13 0.77 0.65
Hex EA 8C 60 0 28 3B 8 13 4D 41
Octal 352 214 140 0 50 73 10 23 115 101
Binary 11101010 10001100 1100000 0 101000 111011 1000 10011 1001101 1000001

Color Harmonies of #EA8C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8C60

Black with #EA8C60

Text Example


Text Example

White with #EA8C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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