Html Css Color HEX #EC5F3D Outrageous Orange

📋 copy color: '#EC5F3D'

red 236 ◦ green 95 ◦ blue 61

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

Shades of Outrageous Orange #EC5F3D

Tints of Outrageous Orange #EC5F3D

RGB

 RED value IS 236 (92.58% from 255) = 60.2%

 GREEN value IS 95 (37.5% from 255) = 24.23%

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

R = 60.2%
G = 24.23%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC5F3D (or 0xEC5F3D) is known color: Outrageous Orange. HEX triplet: EC, 5F and 3D. RGB value is (236,95,61). Sum of RGB (Red+Green+Blue) = 236+95+61=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5F3D is #13A0C2. Grayscale: #858585. Windows color (decimal): -1286339 or 4022252. OLE color: 4022252.

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

Color convert

RGB 236 95 61 -
CMYK 0 0.60 0.74 0.07
HSL 11.66º 0.82% 0.58% -
HSV(B) 11.66º 0.74% 0.93% -
XYZ 39.53 26.35 7.42 -
YUV 133.28 87.21 201.26 -
System Red Green Blue C M Y K H S L
Decimal 236 95 61 0 0.60 0.74 0.07 11.66 0.82 0.58
Hex EC 5F 3D 0 3C 4A 7 C 52 3A
Octal 354 137 75 0 74 112 7 14 122 72
Binary 11101100 1011111 111101 0 111100 1001010 111 1100 1010010 111010

Color Harmonies of #EC5F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5F3D

Black with #EC5F3D

Text Example


Text Example

White with #EC5F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5F3D; }

 p { color: rgb(236,95,61); }

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

background-color css

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

 a { background-color: rgb(236,95,61); }

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

border-color css

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

 span { border-color: rgb(236,95,61); }

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