Html Css Color HEX #EA835B Crusta

📋 copy color: '#EA835B'

red 234 ◦ green 131 ◦ blue 91

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

Shades of Crusta #EA835B

Tints of Crusta #EA835B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.96%

R = 51.32%
G = 28.73%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA835B (or 0xEA835B) is known color: Crusta. HEX triplet: EA, 83 and 5B. RGB value is (234,131,91). Sum of RGB (Red+Green+Blue) = 234+131+91=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA835B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA835B is #157CA4. Grayscale: #9D9D9D. Windows color (decimal): -1408165 or 5997546. OLE color: 5997546.

HSL color Cylindrical-coordinate representation of color #EA835B: hue angle of 16.78º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA835B is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 131 91 -
CMYK 0 0.44 0.61 0.08
HSL 16.78º 0.77% 0.64% -
HSV(B) 16.78º 0.61% 0.92% -
XYZ 43.94 34.48 14.24 -
YUV 157.24 90.62 182.75 -
System Red Green Blue C M Y K H S L
Decimal 234 131 91 0 0.44 0.61 0.08 16.78 0.77 0.64
Hex EA 83 5B 0 2C 3D 8 11 4D 40
Octal 352 203 133 0 54 75 10 21 115 100
Binary 11101010 10000011 1011011 0 101100 111101 1000 10001 1001101 1000000

Color Harmonies of #EA835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA835B

Black with #EA835B

Text Example


Text Example

White with #EA835B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA835B; }

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

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

background-color css

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

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

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

border-color css

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

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

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