Html Css Color HEX #ED832C West Side

📋 copy color: '#ED832C'

red 237 ◦ green 131 ◦ blue 44

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

Shades of West Side #ED832C

Tints of West Side #ED832C

RGB

 RED value IS 237 (92.97% from 255) = 57.52%

 GREEN value IS 131 (51.56% from 255) = 31.8%

 BLUE value IS 44 (17.58% from 255) = 10.68%

R = 57.52%
G = 31.8%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED832C (or 0xED832C) is known color: West Side. HEX triplet: ED, 83 and 2C. RGB value is (237,131,44). Sum of RGB (Red+Green+Blue) = 237+131+44=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 44 (17.58% from 255 or 10.68% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED832C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED832C is #127CD3. Grayscale: #999999. Windows color (decimal): -1211604 or 2917357. OLE color: 2917357.

HSL color Cylindrical-coordinate representation of color #ED832C: hue angle of 27.05º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED832C is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 131 44 -
CMYK 0 0.45 0.81 0.07
HSL 27.05º 0.84% 0.55% -
HSV(B) 27.05º 0.81% 0.93% -
XYZ 43.5 34.42 6.73 -
YUV 152.78 66.62 188.07 -
System Red Green Blue C M Y K H S L
Decimal 237 131 44 0 0.45 0.81 0.07 27.05 0.84 0.55
Hex ED 83 2C 0 2D 51 7 1B 54 37
Octal 355 203 54 0 55 121 7 33 124 67
Binary 11101101 10000011 101100 0 101101 1010001 111 11011 1010100 110111

Color Harmonies of #ED832C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED832C

Black with #ED832C

Text Example


Text Example

White with #ED832C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED832C; }

 p { color: rgb(237,131,44); }

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

background-color css

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

 a { background-color: rgb(237,131,44); }

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

border-color css

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

 span { border-color: rgb(237,131,44); }

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