Html Css Color HEX #EA8955 Crusta

📋 copy color: '#EA8955'

red 234 ◦ green 137 ◦ blue 85

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

Shades of Crusta #EA8955

Tints of Crusta #EA8955

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.04%

 BLUE value IS 85 (33.59% from 255) = 18.64%

R = 51.32%
G = 30.04%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EA8955 (or 0xEA8955) is known color: Crusta. HEX triplet: EA, 89 and 55. RGB value is (234,137,85). Sum of RGB (Red+Green+Blue) = 234+137+85=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8955 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8955 is #1576AA. Grayscale: #A0A0A0. Windows color (decimal): -1406635 or 5605866. OLE color: 5605866.

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

Color convert

RGB 234 137 85 -
CMYK 0 0.41 0.64 0.08
HSL 20.94º 0.78% 0.63% -
HSV(B) 20.94º 0.64% 0.92% -
XYZ 44.52 36.04 13.2 -
YUV 160.08 85.64 180.73 -
System Red Green Blue C M Y K H S L
Decimal 234 137 85 0 0.41 0.64 0.08 20.94 0.78 0.63
Hex EA 89 55 0 29 40 8 15 4E 3F
Octal 352 211 125 0 51 100 10 25 116 77
Binary 11101010 10001001 1010101 0 101001 1000000 1000 10101 1001110 111111

Color Harmonies of #EA8955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8955

Black with #EA8955

Text Example


Text Example

White with #EA8955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8955; }

 p { color: rgb(234,137,85); }

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

background-color css

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

 a { background-color: rgb(234,137,85); }

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

border-color css

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

 span { border-color: rgb(234,137,85); }

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