Html Css Color HEX #EA8958 Crusta

📋 copy color: '#EA8958'

red 234 ◦ green 137 ◦ blue 88

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

Shades of Crusta #EA8958

Tints of Crusta #EA8958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.17%

R = 50.98%
G = 29.85%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA8958 (or 0xEA8958) is known color: Crusta. HEX triplet: EA, 89 and 58. RGB value is (234,137,88). Sum of RGB (Red+Green+Blue) = 234+137+88=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8958 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8958 is #1576A7. Grayscale: #A0A0A0. Windows color (decimal): -1406632 or 5802474. OLE color: 5802474.

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

Color convert

RGB 234 137 88 -
CMYK 0 0.41 0.62 0.08
HSL 20.14º 0.78% 0.63% -
HSV(B) 20.14º 0.62% 0.92% -
XYZ 44.64 36.09 13.85 -
YUV 160.42 87.14 180.48 -
System Red Green Blue C M Y K H S L
Decimal 234 137 88 0 0.41 0.62 0.08 20.14 0.78 0.63
Hex EA 89 58 0 29 3E 8 14 4E 3F
Octal 352 211 130 0 51 76 10 24 116 77
Binary 11101010 10001001 1011000 0 101001 111110 1000 10100 1001110 111111

Color Harmonies of #EA8958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8958

Black with #EA8958

Text Example


Text Example

White with #EA8958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8958; }

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

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

background-color css

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

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

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

border-color css

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

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

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