Html Css Color HEX #ED534A Sunset Orange

📋 copy color: '#ED534A'

red 237 ◦ green 83 ◦ blue 74

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

Shades of Sunset Orange #ED534A

Tints of Sunset Orange #ED534A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.07%

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

R = 60.15%
G = 21.07%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED534A (or 0xED534A) is known color: Sunset Orange. HEX triplet: ED, 53 and 4A. RGB value is (237,83,74). Sum of RGB (Red+Green+Blue) = 237+83+74=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED534A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED534A is #12ACB5. Grayscale: #808080. Windows color (decimal): -1223862 or 4871149. OLE color: 4871149.

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

Color convert

RGB 237 83 74 -
CMYK 0 0.65 0.69 0.07
HSL 3.31º 0.82% 0.61% -
HSV(B) 3.31º 0.69% 0.93% -
XYZ 39.25 24.69 9.17 -
YUV 128.02 97.52 205.73 -
System Red Green Blue C M Y K H S L
Decimal 237 83 74 0 0.65 0.69 0.07 3.31 0.82 0.61
Hex ED 53 4A 0 41 45 7 3 52 3D
Octal 355 123 112 0 101 105 7 3 122 75
Binary 11101101 1010011 1001010 0 1000001 1000101 111 11 1010010 111101

Color Harmonies of #ED534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED534A

Black with #ED534A

Text Example


Text Example

White with #ED534A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED534A; }

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

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

background-color css

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

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

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

border-color css

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

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

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