Html Css Color HEX #ED764C Burnt Sienna

📋 copy color: '#ED764C'

red 237 ◦ green 118 ◦ blue 76

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

Shades of Burnt Sienna #ED764C

Tints of Burnt Sienna #ED764C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.63%

R = 54.99%
G = 27.38%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED764C (or 0xED764C) is known color: Burnt Sienna. HEX triplet: ED, 76 and 4C. RGB value is (237,118,76). Sum of RGB (Red+Green+Blue) = 237+118+76=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 76 (30.08% from 255 or 17.63% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED764C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED764C is #1289B3. Grayscale: #959595. Windows color (decimal): -1214900 or 5011181. OLE color: 5011181.

HSL color Cylindrical-coordinate representation of color #ED764C: hue angle of 15.65º degrees, saturation: 0.82, 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 #ED764C is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 118 76 -
CMYK 0 0.50 0.68 0.07
HSL 15.65º 0.82% 0.61% -
HSV(B) 15.65º 0.68% 0.93% -
XYZ 42.71 31.48 10.66 -
YUV 148.79 86.92 190.92 -
System Red Green Blue C M Y K H S L
Decimal 237 118 76 0 0.50 0.68 0.07 15.65 0.82 0.61
Hex ED 76 4C 0 32 44 7 10 52 3D
Octal 355 166 114 0 62 104 7 20 122 75
Binary 11101101 1110110 1001100 0 110010 1000100 111 10000 1010010 111101

Color Harmonies of #ED764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED764C

Black with #ED764C

Text Example


Text Example

White with #ED764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED764C; }

 p { color: rgb(237,118,76); }

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

background-color css

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

 a { background-color: rgb(237,118,76); }

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

border-color css

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

 span { border-color: rgb(237,118,76); }

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