Html Css Color HEX #E0852B West Side

📋 copy color: '#E0852B'

red 224 ◦ green 133 ◦ blue 43

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

Shades of West Side #E0852B

Tints of West Side #E0852B

RGB

 RED value IS 224 (87.89% from 255) = 56%

 GREEN value IS 133 (52.34% from 255) = 33.25%

 BLUE value IS 43 (17.19% from 255) = 10.75%

R = 56%
G = 33.25%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0852B (or 0xE0852B) is known color: West Side. HEX triplet: E0, 85 and 2B. RGB value is (224,133,43). Sum of RGB (Red+Green+Blue) = 224+133+43=400 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 224 - color contains mainly: red. Hex color #E0852B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0852B is #1F7AD4. Grayscale: #969696. Windows color (decimal): -2063061 or 2852320. OLE color: 2852320.

HSL color Cylindrical-coordinate representation of color #E0852B: hue angle of 29.83º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0852B is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 133 43 -
CMYK 0 0.41 0.81 0.12
HSL 29.83º 0.74% 0.52% -
HSV(B) 29.83º 0.81% 0.88% -
XYZ 39.56 32.8 6.53 -
YUV 149.95 67.65 180.82 -
System Red Green Blue C M Y K H S L
Decimal 224 133 43 0 0.41 0.81 0.12 29.83 0.74 0.52
Hex E0 85 2B 0 29 51 C 1E 4A 34
Octal 340 205 53 0 51 121 14 36 112 64
Binary 11100000 10000101 101011 0 101001 1010001 1100 11110 1001010 110100

Color Harmonies of #E0852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0852B

Black with #E0852B

Text Example


Text Example

White with #E0852B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0852B; }

 p { color: rgb(224,133,43); }

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

background-color css

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

 a { background-color: rgb(224,133,43); }

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

border-color css

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

 span { border-color: rgb(224,133,43); }

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