Html Css Color HEX #EC694D Burnt Sienna

📋 copy color: '#EC694D'

red 236 ◦ green 105 ◦ blue 77

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

Shades of Burnt Sienna #EC694D

Tints of Burnt Sienna #EC694D

RGB

 RED value IS 236 (92.58% from 255) = 56.46%

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

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

R = 56.46%
G = 25.12%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC694D (or 0xEC694D) is known color: Burnt Sienna. HEX triplet: EC, 69 and 4D. RGB value is (236,105,77). Sum of RGB (Red+Green+Blue) = 236+105+77=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC694D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC694D is #1396B2. Grayscale: #8D8D8D. Windows color (decimal): -1283763 or 5073388. OLE color: 5073388.

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

Color convert

RGB 236 105 77 -
CMYK 0 0.56 0.67 0.07
HSL 10.57º 0.81% 0.61% -
HSV(B) 10.57º 0.67% 0.93% -
XYZ 40.98 28.47 10.36 -
YUV 140.98 91.9 195.78 -
System Red Green Blue C M Y K H S L
Decimal 236 105 77 0 0.56 0.67 0.07 10.57 0.81 0.61
Hex EC 69 4D 0 38 43 7 B 51 3D
Octal 354 151 115 0 70 103 7 13 121 75
Binary 11101100 1101001 1001101 0 111000 1000011 111 1011 1010001 111101

Color Harmonies of #EC694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC694D

Black with #EC694D

Text Example


Text Example

White with #EC694D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC694D; }

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

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

background-color css

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

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

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

border-color css

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

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

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