Html Css Color HEX #E68032 West Side

📋 copy color: '#E68032'

red 230 ◦ green 128 ◦ blue 50

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

Shades of West Side #E68032

Tints of West Side #E68032

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.37%

 BLUE value IS 50 (19.92% from 255) = 12.25%

R = 56.37%
G = 31.37%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E68032 (or 0xE68032) is known color: West Side. HEX triplet: E6, 80 and 32. RGB value is (230,128,50). Sum of RGB (Red+Green+Blue) = 230+128+50=408 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.37% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 230 - color contains mainly: red. Hex color #E68032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68032 is #197FCD. Grayscale: #969696. Windows color (decimal): -1671118 or 3309798. OLE color: 3309798.

HSL color Cylindrical-coordinate representation of color #E68032: hue angle of 26º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E68032 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 128 50 -
CMYK 0 0.44 0.78 0.10
HSL 26º 0.78% 0.55% -
HSV(B) 26º 0.78% 0.9% -
XYZ 40.93 32.49 7.13 -
YUV 149.61 71.79 185.34 -
System Red Green Blue C M Y K H S L
Decimal 230 128 50 0 0.44 0.78 0.10 26 0.78 0.55
Hex E6 80 32 0 2C 4E A 1A 4E 37
Octal 346 200 62 0 54 116 12 32 116 67
Binary 11100110 10000000 110010 0 101100 1001110 1010 11010 1001110 110111

Color Harmonies of #E68032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68032

Black with #E68032

Text Example


Text Example

White with #E68032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68032; }

 p { color: rgb(230,128,50); }

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

background-color css

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

 a { background-color: rgb(230,128,50); }

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

border-color css

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

 span { border-color: rgb(230,128,50); }

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