Html Css Color HEX #EB5A26 Outrageous Orange

📋 copy color: '#EB5A26'

red 235 ◦ green 90 ◦ blue 38

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

Shades of Outrageous Orange #EB5A26

Tints of Outrageous Orange #EB5A26

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.79%

 BLUE value IS 38 (15.23% from 255) = 10.47%

R = 64.74%
G = 24.79%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EB5A26 (or 0xEB5A26) is known color: Outrageous Orange. HEX triplet: EB, 5A and 26. RGB value is (235,90,38). Sum of RGB (Red+Green+Blue) = 235+90+38=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5A26 is #14A5D9. Grayscale: #7F7F7F. Windows color (decimal): -1353178 or 2513643. OLE color: 2513643.

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

Color convert

RGB 235 90 38 -
CMYK 0 0.62 0.84 0.08
HSL 15.84º 0.83% 0.54% -
HSV(B) 15.84º 0.84% 0.92% -
XYZ 38.27 25.11 4.66 -
YUV 127.43 77.54 204.73 -
System Red Green Blue C M Y K H S L
Decimal 235 90 38 0 0.62 0.84 0.08 15.84 0.83 0.54
Hex EB 5A 26 0 3E 54 8 10 53 36
Octal 353 132 46 0 76 124 10 20 123 66
Binary 11101011 1011010 100110 0 111110 1010100 1000 10000 1010011 110110

Color Harmonies of #EB5A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5A26

Black with #EB5A26

Text Example


Text Example

White with #EB5A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5A26; }

 p { color: rgb(235,90,38); }

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

background-color css

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

 a { background-color: rgb(235,90,38); }

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

border-color css

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

 span { border-color: rgb(235,90,38); }

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