Html Css Color HEX #EB5C29 Outrageous Orange

📋 copy color: '#EB5C29'

red 235 ◦ green 92 ◦ blue 41

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

Shades of Outrageous Orange #EB5C29

Tints of Outrageous Orange #EB5C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.14%

R = 63.86%
G = 25%
B = 11.14%

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

#EB5C29 (or 0xEB5C29) is known color: Outrageous Orange. HEX triplet: EB, 5C and 29. RGB value is (235,92,41). Sum of RGB (Red+Green+Blue) = 235+92+41=368 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.86% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 41 (16.41% from 255 or 11.14% from 368); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5C29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5C29 is #14A3D6. Grayscale: #818181. Windows color (decimal): -1352663 or 2710763. OLE color: 2710763.

HSL color Cylindrical-coordinate representation of color #EB5C29: hue angle of 15.77º 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 #EB5C29 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 92 41 -
CMYK 0 0.61 0.83 0.08
HSL 15.77º 0.83% 0.54% -
HSV(B) 15.77º 0.83% 0.92% -
XYZ 38.49 25.48 4.99 -
YUV 128.94 78.38 203.65 -
System Red Green Blue C M Y K H S L
Decimal 235 92 41 0 0.61 0.83 0.08 15.77 0.83 0.54
Hex EB 5C 29 0 3D 53 8 10 53 36
Octal 353 134 51 0 75 123 10 20 123 66
Binary 11101011 1011100 101001 0 111101 1010011 1000 10000 1010011 110110

Color Harmonies of #EB5C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5C29

Black with #EB5C29

Text Example


Text Example

White with #EB5C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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