Html Css Color HEX #EA855F Crusta

📋 copy color: '#EA855F'

red 234 ◦ green 133 ◦ blue 95

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

Shades of Crusta #EA855F

Tints of Crusta #EA855F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.56%

R = 50.65%
G = 28.79%
B = 20.56%

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

#EA855F (or 0xEA855F) is known color: Crusta. HEX triplet: EA, 85 and 5F. RGB value is (234,133,95). Sum of RGB (Red+Green+Blue) = 234+133+95=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 95 (37.5% from 255 or 20.56% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EA855F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA855F is #157AA0. Grayscale: #9F9F9F. Windows color (decimal): -1407649 or 6260202. OLE color: 6260202.

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

Color convert

RGB 234 133 95 -
CMYK 0 0.43 0.59 0.08
HSL 16.4º 0.77% 0.65% -
HSV(B) 16.4º 0.59% 0.92% -
XYZ 44.38 35.09 15.26 -
YUV 158.87 91.96 181.59 -
System Red Green Blue C M Y K H S L
Decimal 234 133 95 0 0.43 0.59 0.08 16.4 0.77 0.65
Hex EA 85 5F 0 2B 3B 8 10 4D 41
Octal 352 205 137 0 53 73 10 20 115 101
Binary 11101010 10000101 1011111 0 101011 111011 1000 10000 1001101 1000001

Color Harmonies of #EA855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA855F

Black with #EA855F

Text Example


Text Example

White with #EA855F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA855F; }

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

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

background-color css

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

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

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

border-color css

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

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

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