Html Css Color HEX #ED812B West Side

📋 copy color: '#ED812B'

red 237 ◦ green 129 ◦ blue 43

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

Shades of West Side #ED812B

Tints of West Side #ED812B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.54%

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

R = 57.95%
G = 31.54%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED812B (or 0xED812B) is known color: West Side. HEX triplet: ED, 81 and 2B. RGB value is (237,129,43). Sum of RGB (Red+Green+Blue) = 237+129+43=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 43 (17.19% from 255 or 10.51% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED812B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED812B is #127ED4. Grayscale: #979797. Windows color (decimal): -1212117 or 2851309. OLE color: 2851309.

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

Color convert

RGB 237 129 43 -
CMYK 0 0.46 0.82 0.07
HSL 26.6º 0.84% 0.55% -
HSV(B) 26.6º 0.82% 0.93% -
XYZ 43.21 33.88 6.55 -
YUV 151.49 66.78 188.99 -
System Red Green Blue C M Y K H S L
Decimal 237 129 43 0 0.46 0.82 0.07 26.6 0.84 0.55
Hex ED 81 2B 0 2E 52 7 1B 54 37
Octal 355 201 53 0 56 122 7 33 124 67
Binary 11101101 10000001 101011 0 101110 1010010 111 11011 1010100 110111

Color Harmonies of #ED812B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED812B

Black with #ED812B

Text Example


Text Example

White with #ED812B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED812B; }

 p { color: rgb(237,129,43); }

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

background-color css

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

 a { background-color: rgb(237,129,43); }

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

border-color css

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

 span { border-color: rgb(237,129,43); }

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