Html Css Color HEX #ED553D Sunset Orange

📋 copy color: '#ED553D'

red 237 ◦ green 85 ◦ blue 61

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

Shades of Sunset Orange #ED553D

Tints of Sunset Orange #ED553D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.19%

 BLUE value IS 61 (24.22% from 255) = 15.93%

R = 61.88%
G = 22.19%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED553D (or 0xED553D) is known color: Sunset Orange. HEX triplet: ED, 55 and 3D. RGB value is (237,85,61). Sum of RGB (Red+Green+Blue) = 237+85+61=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED553D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED553D is #12AAC2. Grayscale: #7F7F7F. Windows color (decimal): -1223363 or 4019693. OLE color: 4019693.

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

Color convert

RGB 237 85 61 -
CMYK 0 0.64 0.74 0.07
HSL 8.18º 0.83% 0.58% -
HSV(B) 8.18º 0.74% 0.93% -
XYZ 39.02 24.84 7.15 -
YUV 127.71 90.36 205.95 -
System Red Green Blue C M Y K H S L
Decimal 237 85 61 0 0.64 0.74 0.07 8.18 0.83 0.58
Hex ED 55 3D 0 40 4A 7 8 53 3A
Octal 355 125 75 0 100 112 7 10 123 72
Binary 11101101 1010101 111101 0 1000000 1001010 111 1000 1010011 111010

Color Harmonies of #ED553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED553D

Black with #ED553D

Text Example


Text Example

White with #ED553D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED553D; }

 p { color: rgb(237,85,61); }

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

background-color css

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

 a { background-color: rgb(237,85,61); }

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

border-color css

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

 span { border-color: rgb(237,85,61); }

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