Html Css Color HEX #E6832A West Side

📋 copy color: '#E6832A'

red 230 ◦ green 131 ◦ blue 42

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

Shades of West Side #E6832A

Tints of West Side #E6832A

RGB

 RED value IS 230 (90.23% from 255) = 57.07%

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

 BLUE value IS 42 (16.8% from 255) = 10.42%

R = 57.07%
G = 32.51%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E6832A (or 0xE6832A) is known color: West Side. HEX triplet: E6, 83 and 2A. RGB value is (230,131,42). Sum of RGB (Red+Green+Blue) = 230+131+42=403 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.07% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 42 (16.80% from 255 or 10.42% from 403); Max value from RGB is 230 - color contains mainly: red. Hex color #E6832A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6832A is #197CD5. Grayscale: #969696. Windows color (decimal): -1670358 or 2786278. OLE color: 2786278.

HSL color Cylindrical-coordinate representation of color #E6832A: hue angle of 28.4º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E6832A is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 131 42 -
CMYK 0 0.43 0.82 0.10
HSL 28.4º 0.79% 0.53% -
HSV(B) 28.4º 0.82% 0.9% -
XYZ 41.17 33.22 6.43 -
YUV 150.46 66.8 184.74 -
System Red Green Blue C M Y K H S L
Decimal 230 131 42 0 0.43 0.82 0.10 28.4 0.79 0.53
Hex E6 83 2A 0 2B 52 A 1C 4F 35
Octal 346 203 52 0 53 122 12 34 117 65
Binary 11100110 10000011 101010 0 101011 1010010 1010 11100 1001111 110101

Color Harmonies of #E6832A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6832A

Black with #E6832A

Text Example


Text Example

White with #E6832A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6832A; }

 p { color: rgb(230,131,42); }

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

background-color css

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

 a { background-color: rgb(230,131,42); }

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

border-color css

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

 span { border-color: rgb(230,131,42); }

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