Html Css Color HEX #EB7D32 West Side

📋 copy color: '#EB7D32'

red 235 ◦ green 125 ◦ blue 50

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

Shades of West Side #EB7D32

Tints of West Side #EB7D32

RGB

 RED value IS 235 (92.19% from 255) = 57.32%

 GREEN value IS 125 (49.22% from 255) = 30.49%

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

R = 57.32%
G = 30.49%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EB7D32 (or 0xEB7D32) is known color: West Side. HEX triplet: EB, 7D and 32. RGB value is (235,125,50). Sum of RGB (Red+Green+Blue) = 235+125+50=410 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.32% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 50 (19.92% from 255 or 12.20% from 410); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7D32 is #1482CD. Grayscale: #959595. Windows color (decimal): -1344206 or 3309035. OLE color: 3309035.

HSL color Cylindrical-coordinate representation of color #EB7D32: hue angle of 24.32º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EB7D32 is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 125 50 -
CMYK 0 0.47 0.79 0.08
HSL 24.32º 0.82% 0.56% -
HSV(B) 24.32º 0.79% 0.92% -
XYZ 42.17 32.56 7.08 -
YUV 149.34 71.94 189.1 -
System Red Green Blue C M Y K H S L
Decimal 235 125 50 0 0.47 0.79 0.08 24.32 0.82 0.56
Hex EB 7D 32 0 2F 4F 8 18 52 38
Octal 353 175 62 0 57 117 10 30 122 70
Binary 11101011 1111101 110010 0 101111 1001111 1000 11000 1010010 111000

Color Harmonies of #EB7D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7D32

Black with #EB7D32

Text Example


Text Example

White with #EB7D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7D32; }

 p { color: rgb(235,125,50); }

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

background-color css

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

 a { background-color: rgb(235,125,50); }

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

border-color css

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

 span { border-color: rgb(235,125,50); }

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