Html Css Color HEX #EB5C28 Outrageous Orange

📋 copy color: '#EB5C28'

red 235 ◦ green 92 ◦ blue 40

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

Shades of Outrageous Orange #EB5C28

Tints of Outrageous Orange #EB5C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.9%

R = 64.03%
G = 25.07%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB5C28 (or 0xEB5C28) is known color: Outrageous Orange. HEX triplet: EB, 5C and 28. RGB value is (235,92,40). Sum of RGB (Red+Green+Blue) = 235+92+40=367 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.03% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5C28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5C28 is #14A3D7. Grayscale: #818181. Windows color (decimal): -1352664 or 2645227. OLE color: 2645227.

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

Color convert

RGB 235 92 40 -
CMYK 0 0.61 0.83 0.08
HSL 16º 0.83% 0.54% -
HSV(B) 16º 0.83% 0.92% -
XYZ 38.47 25.47 4.9 -
YUV 128.83 77.88 203.73 -
System Red Green Blue C M Y K H S L
Decimal 235 92 40 0 0.61 0.83 0.08 16 0.83 0.54
Hex EB 5C 28 0 3D 53 8 10 53 36
Octal 353 134 50 0 75 123 10 20 123 66
Binary 11101011 1011100 101000 0 111101 1010011 1000 10000 1010011 110110

Color Harmonies of #EB5C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5C28

Black with #EB5C28

Text Example


Text Example

White with #EB5C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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