Html Css Color HEX #EB7D34 West Side

📋 copy color: '#EB7D34'

red 235 ◦ green 125 ◦ blue 52

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

Shades of West Side #EB7D34

Tints of West Side #EB7D34

RGB

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

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

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

R = 57.04%
G = 30.34%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EB7D34 (or 0xEB7D34) is known color: West Side. HEX triplet: EB, 7D and 34. RGB value is (235,125,52). Sum of RGB (Red+Green+Blue) = 235+125+52=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 52 (20.70% from 255 or 12.62% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7D34 is #1482CB. Grayscale: #959595. Windows color (decimal): -1344204 or 3440107. OLE color: 3440107.

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

Color convert

RGB 235 125 52 -
CMYK 0 0.47 0.78 0.08
HSL 23.93º 0.82% 0.56% -
HSV(B) 23.93º 0.78% 0.92% -
XYZ 42.21 32.58 7.31 -
YUV 149.57 72.94 188.94 -
System Red Green Blue C M Y K H S L
Decimal 235 125 52 0 0.47 0.78 0.08 23.93 0.82 0.56
Hex EB 7D 34 0 2F 4E 8 18 52 38
Octal 353 175 64 0 57 116 10 30 122 70
Binary 11101011 1111101 110100 0 101111 1001110 1000 11000 1010010 111000

Color Harmonies of #EB7D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7D34

Black with #EB7D34

Text Example


Text Example

White with #EB7D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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