Html Css Color HEX #EA8561 Crusta

📋 copy color: '#EA8561'

red 234 ◦ green 133 ◦ blue 97

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

Shades of Crusta #EA8561

Tints of Crusta #EA8561

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.66%

 BLUE value IS 97 (38.28% from 255) = 20.91%

R = 50.43%
G = 28.66%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA8561 (or 0xEA8561) is known color: Crusta. HEX triplet: EA, 85 and 61. RGB value is (234,133,97). Sum of RGB (Red+Green+Blue) = 234+133+97=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8561 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8561 is #157A9E. Grayscale: #9F9F9F. Windows color (decimal): -1407647 or 6391274. OLE color: 6391274.

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

Color convert

RGB 234 133 97 -
CMYK 0 0.43 0.59 0.08
HSL 15.77º 0.77% 0.65% -
HSV(B) 15.77º 0.59% 0.92% -
XYZ 44.48 35.13 15.75 -
YUV 159.1 92.96 181.43 -
System Red Green Blue C M Y K H S L
Decimal 234 133 97 0 0.43 0.59 0.08 15.77 0.77 0.65
Hex EA 85 61 0 2B 3B 8 10 4D 41
Octal 352 205 141 0 53 73 10 20 115 101
Binary 11101010 10000101 1100001 0 101011 111011 1000 10000 1001101 1000001

Color Harmonies of #EA8561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8561

Black with #EA8561

Text Example


Text Example

White with #EA8561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8561; }

 p { color: rgb(234,133,97); }

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

background-color css

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

 a { background-color: rgb(234,133,97); }

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

border-color css

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

 span { border-color: rgb(234,133,97); }

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