Html Css Color HEX #ED694D Burnt Sienna

📋 copy color: '#ED694D'

red 237 ◦ green 105 ◦ blue 77

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

Shades of Burnt Sienna #ED694D

Tints of Burnt Sienna #ED694D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.38%

R = 56.56%
G = 25.06%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED694D (or 0xED694D) is known color: Burnt Sienna. HEX triplet: ED, 69 and 4D. RGB value is (237,105,77). Sum of RGB (Red+Green+Blue) = 237+105+77=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED694D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED694D is #1296B2. Grayscale: #8D8D8D. Windows color (decimal): -1218227 or 5073389. OLE color: 5073389.

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

Color convert

RGB 237 105 77 -
CMYK 0 0.56 0.68 0.07
HSL 10.5º 0.82% 0.62% -
HSV(B) 10.5º 0.68% 0.93% -
XYZ 41.32 28.64 10.37 -
YUV 141.28 91.73 196.28 -
System Red Green Blue C M Y K H S L
Decimal 237 105 77 0 0.56 0.68 0.07 10.5 0.82 0.62
Hex ED 69 4D 0 38 44 7 A 52 3E
Octal 355 151 115 0 70 104 7 12 122 76
Binary 11101101 1101001 1001101 0 111000 1000100 111 1010 1010010 111110

Color Harmonies of #ED694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED694D

Black with #ED694D

Text Example


Text Example

White with #ED694D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED694D; }

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

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

background-color css

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

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

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

border-color css

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

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

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