Html Css Color HEX #ED6948 Burnt Sienna

📋 copy color: '#ED6948'

red 237 ◦ green 105 ◦ blue 72

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

Shades of Burnt Sienna #ED6948

Tints of Burnt Sienna #ED6948

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.36%

 BLUE value IS 72 (28.52% from 255) = 17.39%

R = 57.25%
G = 25.36%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED6948 (or 0xED6948) is known color: Burnt Sienna. HEX triplet: ED, 69 and 48. RGB value is (237,105,72). Sum of RGB (Red+Green+Blue) = 237+105+72=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 72 (28.52% from 255 or 17.39% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6948 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6948 is #1296B7. Grayscale: #8C8C8C. Windows color (decimal): -1218232 or 4745709. OLE color: 4745709.

HSL color Cylindrical-coordinate representation of color #ED6948: hue angle of 12º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED6948 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 105 72 -
CMYK 0 0.56 0.70 0.07
HSL 12º 0.82% 0.61% -
HSV(B) 12º 0.7% 0.93% -
XYZ 41.15 28.58 9.48 -
YUV 140.71 89.23 196.68 -
System Red Green Blue C M Y K H S L
Decimal 237 105 72 0 0.56 0.70 0.07 12 0.82 0.61
Hex ED 69 48 0 38 46 7 C 52 3D
Octal 355 151 110 0 70 106 7 14 122 75
Binary 11101101 1101001 1001000 0 111000 1000110 111 1100 1010010 111101

Color Harmonies of #ED6948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6948

Black with #ED6948

Text Example


Text Example

White with #ED6948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6948; }

 p { color: rgb(237,105,72); }

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

background-color css

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

 a { background-color: rgb(237,105,72); }

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

border-color css

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

 span { border-color: rgb(237,105,72); }

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