Html Css Color HEX #EB5A29 Outrageous Orange

📋 copy color: '#EB5A29'

red 235 ◦ green 90 ◦ blue 41

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

Shades of Outrageous Orange #EB5A29

Tints of Outrageous Orange #EB5A29

RGB

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

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

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

R = 64.21%
G = 24.59%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB5A29 (or 0xEB5A29) is known color: Outrageous Orange. HEX triplet: EB, 5A and 29. RGB value is (235,90,41). Sum of RGB (Red+Green+Blue) = 235+90+41=366 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.21% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5A29 is #14A5D6. Grayscale: #808080. Windows color (decimal): -1353175 or 2710251. OLE color: 2710251.

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

Color convert

RGB 235 90 41 -
CMYK 0 0.62 0.83 0.08
HSL 15.15º 0.83% 0.54% -
HSV(B) 15.15º 0.83% 0.92% -
XYZ 38.32 25.13 4.93 -
YUV 127.77 79.04 204.48 -
System Red Green Blue C M Y K H S L
Decimal 235 90 41 0 0.62 0.83 0.08 15.15 0.83 0.54
Hex EB 5A 29 0 3E 53 8 F 53 36
Octal 353 132 51 0 76 123 10 17 123 66
Binary 11101011 1011010 101001 0 111110 1010011 1000 1111 1010011 110110

Color Harmonies of #EB5A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5A29

Black with #EB5A29

Text Example


Text Example

White with #EB5A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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