Html Css Color HEX #EA8358 Crusta

📋 copy color: '#EA8358'

red 234 ◦ green 131 ◦ blue 88

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

Shades of Crusta #EA8358

Tints of Crusta #EA8358

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.92%

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

R = 51.66%
G = 28.92%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA8358 (or 0xEA8358) is known color: Crusta. HEX triplet: EA, 83 and 58. RGB value is (234,131,88). Sum of RGB (Red+Green+Blue) = 234+131+88=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 88 (34.77% from 255 or 19.43% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8358 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8358 is #157CA7. Grayscale: #9D9D9D. Windows color (decimal): -1408168 or 5800938. OLE color: 5800938.

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

Color convert

RGB 234 131 88 -
CMYK 0 0.44 0.62 0.08
HSL 17.67º 0.78% 0.63% -
HSV(B) 17.67º 0.62% 0.92% -
XYZ 43.81 34.43 13.57 -
YUV 156.9 89.12 183 -
System Red Green Blue C M Y K H S L
Decimal 234 131 88 0 0.44 0.62 0.08 17.67 0.78 0.63
Hex EA 83 58 0 2C 3E 8 12 4E 3F
Octal 352 203 130 0 54 76 10 22 116 77
Binary 11101010 10000011 1011000 0 101100 111110 1000 10010 1001110 111111

Color Harmonies of #EA8358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8358

Black with #EA8358

Text Example


Text Example

White with #EA8358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8358; }

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

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

background-color css

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

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

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

border-color css

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

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

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