Html Css Color HEX #EC764B Burnt Sienna

📋 copy color: '#EC764B'

red 236 ◦ green 118 ◦ blue 75

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

Shades of Burnt Sienna #EC764B

Tints of Burnt Sienna #EC764B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.51%

 BLUE value IS 75 (29.69% from 255) = 17.48%

R = 55.01%
G = 27.51%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC764B (or 0xEC764B) is known color: Burnt Sienna. HEX triplet: EC, 76 and 4B. RGB value is (236,118,75). Sum of RGB (Red+Green+Blue) = 236+118+75=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC764B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC764B is #1389B4. Grayscale: #949494. Windows color (decimal): -1280437 or 4945644. OLE color: 4945644.

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

Color convert

RGB 236 118 75 -
CMYK 0 0.5 0.68 0.07
HSL 16.02º 0.81% 0.61% -
HSV(B) 16.02º 0.68% 0.93% -
XYZ 42.34 31.3 10.47 -
YUV 148.38 86.59 190.5 -
System Red Green Blue C M Y K H S L
Decimal 236 118 75 0 0.5 0.68 0.07 16.02 0.81 0.61
Hex EC 76 4B 0 32 44 7 10 51 3D
Octal 354 166 113 0 62 104 7 20 121 75
Binary 11101100 1110110 1001011 0 110010 1000100 111 10000 1010001 111101

Color Harmonies of #EC764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC764B

Black with #EC764B

Text Example


Text Example

White with #EC764B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC764B; }

 p { color: rgb(236,118,75); }

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

background-color css

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

 a { background-color: rgb(236,118,75); }

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

border-color css

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

 span { border-color: rgb(236,118,75); }

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