Html Css Color HEX #ED8335 West Side

📋 copy color: '#ED8335'

red 237 ◦ green 131 ◦ blue 53

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

Shades of West Side #ED8335

Tints of West Side #ED8335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.59%

R = 56.29%
G = 31.12%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED8335 (or 0xED8335) is known color: West Side. HEX triplet: ED, 83 and 35. RGB value is (237,131,53). Sum of RGB (Red+Green+Blue) = 237+131+53=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 53 (21.09% from 255 or 12.59% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8335 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8335 is #127CCA. Grayscale: #9A9A9A. Windows color (decimal): -1211595 or 3507181. OLE color: 3507181.

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

Color convert

RGB 237 131 53 -
CMYK 0 0.45 0.78 0.07
HSL 25.43º 0.84% 0.57% -
HSV(B) 25.43º 0.78% 0.93% -
XYZ 43.68 34.49 7.72 -
YUV 153.8 71.12 187.34 -
System Red Green Blue C M Y K H S L
Decimal 237 131 53 0 0.45 0.78 0.07 25.43 0.84 0.57
Hex ED 83 35 0 2D 4E 7 19 54 39
Octal 355 203 65 0 55 116 7 31 124 71
Binary 11101101 10000011 110101 0 101101 1001110 111 11001 1010100 111001

Color Harmonies of #ED8335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8335

Black with #ED8335

Text Example


Text Example

White with #ED8335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8335; }

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

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

background-color css

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

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

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

border-color css

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

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

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