Html Css Color HEX #ED7755 Burnt Sienna

📋 copy color: '#ED7755'

red 237 ◦ green 119 ◦ blue 85

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

Shades of Burnt Sienna #ED7755

Tints of Burnt Sienna #ED7755

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.98%

 BLUE value IS 85 (33.59% from 255) = 19.27%

R = 53.74%
G = 26.98%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ED7755 (or 0xED7755) is known color: Burnt Sienna. HEX triplet: ED, 77 and 55. RGB value is (237,119,85). Sum of RGB (Red+Green+Blue) = 237+119+85=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7755 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7755 is #1288AA. Grayscale: #969696. Windows color (decimal): -1214635 or 5601261. OLE color: 5601261.

HSL color Cylindrical-coordinate representation of color #ED7755: hue angle of 13.42º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED7755 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 119 85 -
CMYK 0 0.50 0.64 0.07
HSL 13.42º 0.81% 0.63% -
HSV(B) 13.42º 0.64% 0.93% -
XYZ 43.16 31.85 12.47 -
YUV 150.41 91.09 189.76 -
System Red Green Blue C M Y K H S L
Decimal 237 119 85 0 0.50 0.64 0.07 13.42 0.81 0.63
Hex ED 77 55 0 32 40 7 D 51 3F
Octal 355 167 125 0 62 100 7 15 121 77
Binary 11101101 1110111 1010101 0 110010 1000000 111 1101 1010001 111111

Color Harmonies of #ED7755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7755

Black with #ED7755

Text Example


Text Example

White with #ED7755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7755; }

 p { color: rgb(237,119,85); }

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

background-color css

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

 a { background-color: rgb(237,119,85); }

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

border-color css

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

 span { border-color: rgb(237,119,85); }

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