Html Css Color HEX #EA8C58 Crusta

📋 copy color: '#EA8C58'

red 234 ◦ green 140 ◦ blue 88

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

Shades of Crusta #EA8C58

Tints of Crusta #EA8C58

RGB

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

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

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

R = 50.65%
G = 30.3%
B = 19.05%

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

#EA8C58 (or 0xEA8C58) is known color: Crusta. HEX triplet: EA, 8C and 58. RGB value is (234,140,88). Sum of RGB (Red+Green+Blue) = 234+140+88=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 88 (34.77% from 255 or 19.05% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8C58 is #1573A7. Grayscale: #A2A2A2. Windows color (decimal): -1405864 or 5803242. OLE color: 5803242.

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

Color convert

RGB 234 140 88 -
CMYK 0 0.40 0.62 0.08
HSL 21.37º 0.78% 0.63% -
HSV(B) 21.37º 0.62% 0.92% -
XYZ 45.07 36.95 13.99 -
YUV 162.18 86.14 179.23 -
System Red Green Blue C M Y K H S L
Decimal 234 140 88 0 0.40 0.62 0.08 21.37 0.78 0.63
Hex EA 8C 58 0 28 3E 8 15 4E 3F
Octal 352 214 130 0 50 76 10 25 116 77
Binary 11101010 10001100 1011000 0 101000 111110 1000 10101 1001110 111111

Color Harmonies of #EA8C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8C58

Black with #EA8C58

Text Example


Text Example

White with #EA8C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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