Html Css Color HEX #EC694A Burnt Sienna

📋 copy color: '#EC694A'

red 236 ◦ green 105 ◦ blue 74

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

Shades of Burnt Sienna #EC694A

Tints of Burnt Sienna #EC694A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.83%

R = 56.87%
G = 25.3%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC694A (or 0xEC694A) is known color: Burnt Sienna. HEX triplet: EC, 69 and 4A. RGB value is (236,105,74). Sum of RGB (Red+Green+Blue) = 236+105+74=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC694A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC694A is #1396B5. Grayscale: #8C8C8C. Windows color (decimal): -1283766 or 4876780. OLE color: 4876780.

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

Color convert

RGB 236 105 74 -
CMYK 0 0.56 0.69 0.07
HSL 11.48º 0.81% 0.61% -
HSV(B) 11.48º 0.69% 0.93% -
XYZ 40.88 28.43 9.81 -
YUV 140.64 90.4 196.02 -
System Red Green Blue C M Y K H S L
Decimal 236 105 74 0 0.56 0.69 0.07 11.48 0.81 0.61
Hex EC 69 4A 0 38 45 7 B 51 3D
Octal 354 151 112 0 70 105 7 13 121 75
Binary 11101100 1101001 1001010 0 111000 1000101 111 1011 1010001 111101

Color Harmonies of #EC694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC694A

Black with #EC694A

Text Example


Text Example

White with #EC694A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC694A; }

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

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

background-color css

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

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

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

border-color css

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

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

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