Html Css Color HEX #E68034 West Side

📋 copy color: '#E68034'

red 230 ◦ green 128 ◦ blue 52

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

Shades of West Side #E68034

Tints of West Side #E68034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.68%

R = 56.1%
G = 31.22%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E68034 (or 0xE68034) is known color: West Side. HEX triplet: E6, 80 and 34. RGB value is (230,128,52). Sum of RGB (Red+Green+Blue) = 230+128+52=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 52 (20.70% from 255 or 12.68% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E68034 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68034 is #197FCB. Grayscale: #969696. Windows color (decimal): -1671116 or 3440870. OLE color: 3440870.

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

Color convert

RGB 230 128 52 -
CMYK 0 0.44 0.77 0.10
HSL 25.62º 0.78% 0.55% -
HSV(B) 25.62º 0.77% 0.9% -
XYZ 40.97 32.51 7.36 -
YUV 149.83 72.79 185.18 -
System Red Green Blue C M Y K H S L
Decimal 230 128 52 0 0.44 0.77 0.10 25.62 0.78 0.55
Hex E6 80 34 0 2C 4D A 1A 4E 37
Octal 346 200 64 0 54 115 12 32 116 67
Binary 11100110 10000000 110100 0 101100 1001101 1010 11010 1001110 110111

Color Harmonies of #E68034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68034

Black with #E68034

Text Example


Text Example

White with #E68034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68034; }

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

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

background-color css

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

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

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

border-color css

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

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

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