Html Css Color HEX #ED774B Burnt Sienna

📋 copy color: '#ED774B'

red 237 ◦ green 119 ◦ blue 75

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

Shades of Burnt Sienna #ED774B

Tints of Burnt Sienna #ED774B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.61%

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

R = 54.99%
G = 27.61%
B = 17.4%

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

#ED774B (or 0xED774B) is known color: Burnt Sienna. HEX triplet: ED, 77 and 4B. RGB value is (237,119,75). Sum of RGB (Red+Green+Blue) = 237+119+75=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED774B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED774B is #1288B4. Grayscale: #959595. Windows color (decimal): -1214645 or 4945901. OLE color: 4945901.

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

Color convert

RGB 237 119 75 -
CMYK 0 0.50 0.68 0.07
HSL 16.3º 0.82% 0.61% -
HSV(B) 16.3º 0.68% 0.93% -
XYZ 42.79 31.71 10.52 -
YUV 149.27 86.09 190.58 -
System Red Green Blue C M Y K H S L
Decimal 237 119 75 0 0.50 0.68 0.07 16.3 0.82 0.61
Hex ED 77 4B 0 32 44 7 10 52 3D
Octal 355 167 113 0 62 104 7 20 122 75
Binary 11101101 1110111 1001011 0 110010 1000100 111 10000 1010010 111101

Color Harmonies of #ED774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED774B

Black with #ED774B

Text Example


Text Example

White with #ED774B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED774B; }

 p { color: rgb(237,119,75); }

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

background-color css

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

 a { background-color: rgb(237,119,75); }

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

border-color css

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

 span { border-color: rgb(237,119,75); }

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