Html Css Color HEX #EA835F Crusta

📋 copy color: '#EA835F'

red 234 ◦ green 131 ◦ blue 95

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

Shades of Crusta #EA835F

Tints of Crusta #EA835F

RGB

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

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

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

R = 50.87%
G = 28.48%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA835F (or 0xEA835F) is known color: Crusta. HEX triplet: EA, 83 and 5F. RGB value is (234,131,95). Sum of RGB (Red+Green+Blue) = 234+131+95=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 95 (37.5% from 255 or 20.65% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA835F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA835F is #157CA0. Grayscale: #9D9D9D. Windows color (decimal): -1408161 or 6259690. OLE color: 6259690.

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

Color convert

RGB 234 131 95 -
CMYK 0 0.44 0.59 0.08
HSL 15.54º 0.77% 0.65% -
HSV(B) 15.54º 0.59% 0.92% -
XYZ 44.11 34.55 15.17 -
YUV 157.69 92.62 182.43 -
System Red Green Blue C M Y K H S L
Decimal 234 131 95 0 0.44 0.59 0.08 15.54 0.77 0.65
Hex EA 83 5F 0 2C 3B 8 10 4D 41
Octal 352 203 137 0 54 73 10 20 115 101
Binary 11101010 10000011 1011111 0 101100 111011 1000 10000 1001101 1000001

Color Harmonies of #EA835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA835F

Black with #EA835F

Text Example


Text Example

White with #EA835F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA835F; }

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

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

background-color css

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

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

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

border-color css

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

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

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