Html Css Color HEX #EB5C3C Outrageous Orange

📋 copy color: '#EB5C3C'

red 235 ◦ green 92 ◦ blue 60

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

Shades of Outrageous Orange #EB5C3C

Tints of Outrageous Orange #EB5C3C

RGB

 RED value IS 235 (92.19% from 255) = 60.72%

 GREEN value IS 92 (36.33% from 255) = 23.77%

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

R = 60.72%
G = 23.77%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB5C3C (or 0xEB5C3C) is known color: Outrageous Orange. HEX triplet: EB, 5C and 3C. RGB value is (235,92,60). Sum of RGB (Red+Green+Blue) = 235+92+60=387 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.72% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5C3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5C3C is #14A3C3. Grayscale: #838383. Windows color (decimal): -1352644 or 3955947. OLE color: 3955947.

HSL color Cylindrical-coordinate representation of color #EB5C3C: hue angle of 10.97º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB5C3C is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 92 60 -
CMYK 0 0.61 0.74 0.08
HSL 10.97º 0.81% 0.58% -
HSV(B) 10.97º 0.74% 0.92% -
XYZ 38.9 25.64 7.17 -
YUV 131.11 87.88 202.1 -
System Red Green Blue C M Y K H S L
Decimal 235 92 60 0 0.61 0.74 0.08 10.97 0.81 0.58
Hex EB 5C 3C 0 3D 4A 8 B 51 3A
Octal 353 134 74 0 75 112 10 13 121 72
Binary 11101011 1011100 111100 0 111101 1001010 1000 1011 1010001 111010

Color Harmonies of #EB5C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5C3C

Black with #EB5C3C

Text Example


Text Example

White with #EB5C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5C3C; }

 p { color: rgb(235,92,60); }

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

background-color css

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

 a { background-color: rgb(235,92,60); }

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

border-color css

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

 span { border-color: rgb(235,92,60); }

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