Html Css Color HEX #ED643C Outrageous Orange

📋 copy color: '#ED643C'

red 237 ◦ green 100 ◦ blue 60

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

Shades of Outrageous Orange #ED643C

Tints of Outrageous Orange #ED643C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.19%

 BLUE value IS 60 (23.83% from 255) = 15.11%

R = 59.7%
G = 25.19%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED643C (or 0xED643C) is known color: Outrageous Orange. HEX triplet: ED, 64 and 3C. RGB value is (237,100,60). Sum of RGB (Red+Green+Blue) = 237+100+60=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED643C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED643C is #129BC3. Grayscale: #888888. Windows color (decimal): -1219524 or 3957997. OLE color: 3957997.

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

Color convert

RGB 237 100 60 -
CMYK 0 0.58 0.75 0.07
HSL 13.56º 0.83% 0.58% -
HSV(B) 13.56º 0.75% 0.93% -
XYZ 40.3 27.45 7.45 -
YUV 136.4 84.89 199.75 -
System Red Green Blue C M Y K H S L
Decimal 237 100 60 0 0.58 0.75 0.07 13.56 0.83 0.58
Hex ED 64 3C 0 3A 4B 7 E 53 3A
Octal 355 144 74 0 72 113 7 16 123 72
Binary 11101101 1100100 111100 0 111010 1001011 111 1110 1010011 111010

Color Harmonies of #ED643C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED643C

Black with #ED643C

Text Example


Text Example

White with #ED643C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED643C; }

 p { color: rgb(237,100,60); }

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

background-color css

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

 a { background-color: rgb(237,100,60); }

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

border-color css

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

 span { border-color: rgb(237,100,60); }

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