Html Css Color HEX #ED603D Outrageous Orange

📋 copy color: '#ED603D'

red 237 ◦ green 96 ◦ blue 61

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

Shades of Outrageous Orange #ED603D

Tints of Outrageous Orange #ED603D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.37%

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

R = 60.15%
G = 24.37%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED603D (or 0xED603D) is known color: Outrageous Orange. HEX triplet: ED, 60 and 3D. RGB value is (237,96,61). Sum of RGB (Red+Green+Blue) = 237+96+61=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED603D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED603D is #129FC2. Grayscale: #868686. Windows color (decimal): -1220547 or 4022509. OLE color: 4022509.

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

Color convert

RGB 237 96 61 -
CMYK 0 0.59 0.74 0.07
HSL 11.93º 0.83% 0.58% -
HSV(B) 11.93º 0.74% 0.93% -
XYZ 39.95 26.71 7.46 -
YUV 134.17 86.71 201.35 -
System Red Green Blue C M Y K H S L
Decimal 237 96 61 0 0.59 0.74 0.07 11.93 0.83 0.58
Hex ED 60 3D 0 3B 4A 7 C 53 3A
Octal 355 140 75 0 73 112 7 14 123 72
Binary 11101101 1100000 111101 0 111011 1001010 111 1100 1010011 111010

Color Harmonies of #ED603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED603D

Black with #ED603D

Text Example


Text Example

White with #ED603D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED603D; }

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

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

background-color css

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

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

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

border-color css

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

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

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