Html Css Color HEX #ED754C Burnt Sienna

📋 copy color: '#ED754C'

red 237 ◦ green 117 ◦ blue 76

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

Shades of Burnt Sienna #ED754C

Tints of Burnt Sienna #ED754C

RGB

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

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

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

R = 55.12%
G = 27.21%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED754C (or 0xED754C) is known color: Burnt Sienna. HEX triplet: ED, 75 and 4C. RGB value is (237,117,76). Sum of RGB (Red+Green+Blue) = 237+117+76=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 76 (30.08% from 255 or 17.67% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED754C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED754C is #128AB3. Grayscale: #949494. Windows color (decimal): -1215156 or 5010925. OLE color: 5010925.

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

Color convert

RGB 237 117 76 -
CMYK 0 0.51 0.68 0.07
HSL 15.28º 0.82% 0.61% -
HSV(B) 15.28º 0.68% 0.93% -
XYZ 42.59 31.25 10.62 -
YUV 148.21 87.26 191.33 -
System Red Green Blue C M Y K H S L
Decimal 237 117 76 0 0.51 0.68 0.07 15.28 0.82 0.61
Hex ED 75 4C 0 33 44 7 F 52 3D
Octal 355 165 114 0 63 104 7 17 122 75
Binary 11101101 1110101 1001100 0 110011 1000100 111 1111 1010010 111101

Color Harmonies of #ED754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED754C

Black with #ED754C

Text Example


Text Example

White with #ED754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED754C; }

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

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

background-color css

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

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

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

border-color css

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

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

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