Html Css Color HEX #ED8334 West Side

📋 copy color: '#ED8334'

red 237 ◦ green 131 ◦ blue 52

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

Shades of West Side #ED8334

Tints of West Side #ED8334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.38%

R = 56.43%
G = 31.19%
B = 12.38%

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

#ED8334 (or 0xED8334) is known color: West Side. HEX triplet: ED, 83 and 34. RGB value is (237,131,52). Sum of RGB (Red+Green+Blue) = 237+131+52=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8334 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8334 is #127CCB. Grayscale: #9A9A9A. Windows color (decimal): -1211596 or 3441645. OLE color: 3441645.

HSL color Cylindrical-coordinate representation of color #ED8334: hue angle of 25.62º 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 #ED8334 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 131 52 -
CMYK 0 0.45 0.78 0.07
HSL 25.62º 0.84% 0.57% -
HSV(B) 25.62º 0.78% 0.93% -
XYZ 43.66 34.49 7.6 -
YUV 153.69 70.62 187.42 -
System Red Green Blue C M Y K H S L
Decimal 237 131 52 0 0.45 0.78 0.07 25.62 0.84 0.57
Hex ED 83 34 0 2D 4E 7 1A 54 39
Octal 355 203 64 0 55 116 7 32 124 71
Binary 11101101 10000011 110100 0 101101 1001110 111 11010 1010100 111001

Color Harmonies of #ED8334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8334

Black with #ED8334

Text Example


Text Example

White with #ED8334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8334; }

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

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

background-color css

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

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

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

border-color css

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

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

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