Html Css Color HEX #ED765B Burnt Sienna

📋 copy color: '#ED765B'

red 237 ◦ green 118 ◦ blue 91

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

Shades of Burnt Sienna #ED765B

Tints of Burnt Sienna #ED765B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.4%

R = 53.14%
G = 26.46%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED765B (or 0xED765B) is known color: Burnt Sienna. HEX triplet: ED, 76 and 5B. RGB value is (237,118,91). Sum of RGB (Red+Green+Blue) = 237+118+91=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED765B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED765B is #1289A4. Grayscale: #969696. Windows color (decimal): -1214885 or 5994221. OLE color: 5994221.

HSL color Cylindrical-coordinate representation of color #ED765B: hue angle of 11.1º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED765B is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 118 91 -
CMYK 0 0.50 0.62 0.07
HSL 11.1º 0.8% 0.64% -
HSV(B) 11.1º 0.62% 0.93% -
XYZ 43.29 31.72 13.74 -
YUV 150.5 94.42 189.7 -
System Red Green Blue C M Y K H S L
Decimal 237 118 91 0 0.50 0.62 0.07 11.1 0.8 0.64
Hex ED 76 5B 0 32 3E 7 B 50 40
Octal 355 166 133 0 62 76 7 13 120 100
Binary 11101101 1110110 1011011 0 110010 111110 111 1011 1010000 1000000

Color Harmonies of #ED765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED765B

Black with #ED765B

Text Example


Text Example

White with #ED765B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED765B; }

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

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

background-color css

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

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

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

border-color css

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

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

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