Html Css Color HEX #ED754A Burnt Sienna

📋 copy color: '#ED754A'

red 237 ◦ green 117 ◦ blue 74

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

Shades of Burnt Sienna #ED754A

Tints of Burnt Sienna #ED754A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.34%

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

R = 55.37%
G = 27.34%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED754A (or 0xED754A) is known color: Burnt Sienna. HEX triplet: ED, 75 and 4A. RGB value is (237,117,74). Sum of RGB (Red+Green+Blue) = 237+117+74=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED754A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED754A is #128AB5. Grayscale: #949494. Windows color (decimal): -1215158 or 4879853. OLE color: 4879853.

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

Color convert

RGB 237 117 74 -
CMYK 0 0.51 0.69 0.07
HSL 15.83º 0.82% 0.61% -
HSV(B) 15.83º 0.69% 0.93% -
XYZ 42.52 31.22 10.26 -
YUV 147.98 86.26 191.5 -
System Red Green Blue C M Y K H S L
Decimal 237 117 74 0 0.51 0.69 0.07 15.83 0.82 0.61
Hex ED 75 4A 0 33 45 7 10 52 3D
Octal 355 165 112 0 63 105 7 20 122 75
Binary 11101101 1110101 1001010 0 110011 1000101 111 10000 1010010 111101

Color Harmonies of #ED754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED754A

Black with #ED754A

Text Example


Text Example

White with #ED754A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED754A; }

 p { color: rgb(237,117,74); }

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

background-color css

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

 a { background-color: rgb(237,117,74); }

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

border-color css

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

 span { border-color: rgb(237,117,74); }

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