Html Css Color HEX #ED643F Outrageous Orange

📋 copy color: '#ED643F'

red 237 ◦ green 100 ◦ blue 63

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

Shades of Outrageous Orange #ED643F

Tints of Outrageous Orange #ED643F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.75%

R = 59.25%
G = 25%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED643F (or 0xED643F) is known color: Outrageous Orange. HEX triplet: ED, 64 and 3F. RGB value is (237,100,63). Sum of RGB (Red+Green+Blue) = 237+100+63=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 63 (25% from 255 or 15.75% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED643F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED643F is #129BC0. Grayscale: #898989. Windows color (decimal): -1219521 or 4154605. OLE color: 4154605.

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

Color convert

RGB 237 100 63 -
CMYK 0 0.58 0.73 0.07
HSL 12.76º 0.83% 0.59% -
HSV(B) 12.76º 0.73% 0.93% -
XYZ 40.38 27.48 7.88 -
YUV 136.75 86.39 199.51 -
System Red Green Blue C M Y K H S L
Decimal 237 100 63 0 0.58 0.73 0.07 12.76 0.83 0.59
Hex ED 64 3F 0 3A 49 7 D 53 3B
Octal 355 144 77 0 72 111 7 15 123 73
Binary 11101101 1100100 111111 0 111010 1001001 111 1101 1010011 111011

Color Harmonies of #ED643F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED643F

Black with #ED643F

Text Example


Text Example

White with #ED643F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED643F; }

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

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

background-color css

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

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

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

border-color css

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

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

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