Html Css Color HEX #ED714E Burnt Sienna

📋 copy color: '#ED714E'

red 237 ◦ green 113 ◦ blue 78

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

Shades of Burnt Sienna #ED714E

Tints of Burnt Sienna #ED714E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.4%

 BLUE value IS 78 (30.86% from 255) = 18.22%

R = 55.37%
G = 26.4%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED714E (or 0xED714E) is known color: Burnt Sienna. HEX triplet: ED, 71 and 4E. RGB value is (237,113,78). Sum of RGB (Red+Green+Blue) = 237+113+78=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 78 (30.86% from 255 or 18.22% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED714E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED714E is #128EB1. Grayscale: #929292. Windows color (decimal): -1216178 or 5140973. OLE color: 5140973.

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

Color convert

RGB 237 113 78 -
CMYK 0 0.52 0.67 0.07
HSL 13.21º 0.82% 0.62% -
HSV(B) 13.21º 0.67% 0.93% -
XYZ 42.21 30.36 10.84 -
YUV 146.09 89.58 192.85 -
System Red Green Blue C M Y K H S L
Decimal 237 113 78 0 0.52 0.67 0.07 13.21 0.82 0.62
Hex ED 71 4E 0 34 43 7 D 52 3E
Octal 355 161 116 0 64 103 7 15 122 76
Binary 11101101 1110001 1001110 0 110100 1000011 111 1101 1010010 111110

Color Harmonies of #ED714E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED714E

Black with #ED714E

Text Example


Text Example

White with #ED714E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED714E; }

 p { color: rgb(237,113,78); }

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

background-color css

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

 a { background-color: rgb(237,113,78); }

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

border-color css

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

 span { border-color: rgb(237,113,78); }

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