Html Css Color HEX #ED8338 West Side

📋 copy color: '#ED8338'

red 237 ◦ green 131 ◦ blue 56

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

Shades of West Side #ED8338

Tints of West Side #ED8338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.21%

R = 55.9%
G = 30.9%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED8338 (or 0xED8338) is known color: West Side. HEX triplet: ED, 83 and 38. RGB value is (237,131,56). Sum of RGB (Red+Green+Blue) = 237+131+56=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 56 (22.27% from 255 or 13.21% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8338 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8338 is #127CC7. Grayscale: #9A9A9A. Windows color (decimal): -1211592 or 3703789. OLE color: 3703789.

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

Color convert

RGB 237 131 56 -
CMYK 0 0.45 0.76 0.07
HSL 24.86º 0.83% 0.57% -
HSV(B) 24.86º 0.76% 0.93% -
XYZ 43.76 34.52 8.1 -
YUV 154.14 72.62 187.1 -
System Red Green Blue C M Y K H S L
Decimal 237 131 56 0 0.45 0.76 0.07 24.86 0.83 0.57
Hex ED 83 38 0 2D 4C 7 19 53 39
Octal 355 203 70 0 55 114 7 31 123 71
Binary 11101101 10000011 111000 0 101101 1001100 111 11001 1010011 111001

Color Harmonies of #ED8338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8338

Black with #ED8338

Text Example


Text Example

White with #ED8338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8338; }

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

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

background-color css

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

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

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

border-color css

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

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

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