Html Css Color HEX #ED8333 West Side

📋 copy color: '#ED8333'

red 237 ◦ green 131 ◦ blue 51

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

Shades of West Side #ED8333

Tints of West Side #ED8333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.17%

R = 56.56%
G = 31.26%
B = 12.17%

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

#ED8333 (or 0xED8333) is known color: West Side. HEX triplet: ED, 83 and 33. RGB value is (237,131,51). Sum of RGB (Red+Green+Blue) = 237+131+51=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 51 (20.31% from 255 or 12.17% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8333 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8333 is #127CCC. Grayscale: #9A9A9A. Windows color (decimal): -1211597 or 3376109. OLE color: 3376109.

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

Color convert

RGB 237 131 51 -
CMYK 0 0.45 0.78 0.07
HSL 25.81º 0.84% 0.56% -
HSV(B) 25.81º 0.78% 0.93% -
XYZ 43.64 34.48 7.49 -
YUV 153.57 70.12 187.5 -
System Red Green Blue C M Y K H S L
Decimal 237 131 51 0 0.45 0.78 0.07 25.81 0.84 0.56
Hex ED 83 33 0 2D 4E 7 1A 54 38
Octal 355 203 63 0 55 116 7 32 124 70
Binary 11101101 10000011 110011 0 101101 1001110 111 11010 1010100 111000

Color Harmonies of #ED8333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8333

Black with #ED8333

Text Example


Text Example

White with #ED8333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8333; }

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

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

background-color css

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

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

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

border-color css

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

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

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