Html Css Color HEX #ED7D5A Burnt Sienna

📋 copy color: '#ED7D5A'

red 237 ◦ green 125 ◦ blue 90

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

Shades of Burnt Sienna #ED7D5A

Tints of Burnt Sienna #ED7D5A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.65%

 BLUE value IS 90 (35.55% from 255) = 19.91%

R = 52.43%
G = 27.65%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED7D5A (or 0xED7D5A) is known color: Burnt Sienna. HEX triplet: ED, 7D and 5A. RGB value is (237,125,90). Sum of RGB (Red+Green+Blue) = 237+125+90=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 90 (35.55% from 255 or 19.91% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7D5A is #1282A5. Grayscale: #9A9A9A. Windows color (decimal): -1213094 or 5930477. OLE color: 5930477.

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

Color convert

RGB 237 125 90 -
CMYK 0 0.47 0.62 0.07
HSL 14.29º 0.8% 0.64% -
HSV(B) 14.29º 0.62% 0.93% -
XYZ 44.1 33.41 13.8 -
YUV 154.5 91.61 186.85 -
System Red Green Blue C M Y K H S L
Decimal 237 125 90 0 0.47 0.62 0.07 14.29 0.8 0.64
Hex ED 7D 5A 0 2F 3E 7 E 50 40
Octal 355 175 132 0 57 76 7 16 120 100
Binary 11101101 1111101 1011010 0 101111 111110 111 1110 1010000 1000000

Color Harmonies of #ED7D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7D5A

Black with #ED7D5A

Text Example


Text Example

White with #ED7D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7D5A; }

 p { color: rgb(237,125,90); }

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

background-color css

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

 a { background-color: rgb(237,125,90); }

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

border-color css

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

 span { border-color: rgb(237,125,90); }

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