Html Css Color HEX #ED832F West Side

📋 copy color: '#ED832F'

red 237 ◦ green 131 ◦ blue 47

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

Shades of West Side #ED832F

Tints of West Side #ED832F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.33%

R = 57.11%
G = 31.57%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED832F (or 0xED832F) is known color: West Side. HEX triplet: ED, 83 and 2F. RGB value is (237,131,47). Sum of RGB (Red+Green+Blue) = 237+131+47=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 47 (18.75% from 255 or 11.33% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED832F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED832F is #127CD0. Grayscale: #999999. Windows color (decimal): -1211601 or 3113965. OLE color: 3113965.

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

Color convert

RGB 237 131 47 -
CMYK 0 0.45 0.80 0.07
HSL 26.53º 0.84% 0.56% -
HSV(B) 26.53º 0.8% 0.93% -
XYZ 43.55 34.44 7.04 -
YUV 153.12 68.12 187.83 -
System Red Green Blue C M Y K H S L
Decimal 237 131 47 0 0.45 0.80 0.07 26.53 0.84 0.56
Hex ED 83 2F 0 2D 50 7 1B 54 38
Octal 355 203 57 0 55 120 7 33 124 70
Binary 11101101 10000011 101111 0 101101 1010000 111 11011 1010100 111000

Color Harmonies of #ED832F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED832F

Black with #ED832F

Text Example


Text Example

White with #ED832F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED832F; }

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

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

background-color css

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

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

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

border-color css

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

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

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