Html Css Color HEX #ED714F Burnt Sienna

📋 copy color: '#ED714F'

red 237 ◦ green 113 ◦ blue 79

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

Shades of Burnt Sienna #ED714F

Tints of Burnt Sienna #ED714F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.41%

R = 55.24%
G = 26.34%
B = 18.41%

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

#ED714F (or 0xED714F) is known color: Burnt Sienna. HEX triplet: ED, 71 and 4F. RGB value is (237,113,79). Sum of RGB (Red+Green+Blue) = 237+113+79=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 79 (31.25% from 255 or 18.41% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED714F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED714F is #128EB0. Grayscale: #929292. Windows color (decimal): -1216177 or 5206509. OLE color: 5206509.

HSL color Cylindrical-coordinate representation of color #ED714F: hue angle of 12.91º degrees, saturation: 0.81, 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 #ED714F is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 113 79 -
CMYK 0 0.52 0.67 0.07
HSL 12.91º 0.81% 0.62% -
HSV(B) 12.91º 0.67% 0.93% -
XYZ 42.24 30.38 11.03 -
YUV 146.2 90.08 192.76 -
System Red Green Blue C M Y K H S L
Decimal 237 113 79 0 0.52 0.67 0.07 12.91 0.81 0.62
Hex ED 71 4F 0 34 43 7 D 51 3E
Octal 355 161 117 0 64 103 7 15 121 76
Binary 11101101 1110001 1001111 0 110100 1000011 111 1101 1010001 111110

Color Harmonies of #ED714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED714F

Black with #ED714F

Text Example


Text Example

White with #ED714F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED714F; }

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

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

background-color css

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

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

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

border-color css

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

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

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