Html Css Color HEX #EB5A32 Outrageous Orange

📋 copy color: '#EB5A32'

red 235 ◦ green 90 ◦ blue 50

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

Shades of Outrageous Orange #EB5A32

Tints of Outrageous Orange #EB5A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.33%

R = 62.67%
G = 24%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EB5A32 (or 0xEB5A32) is known color: Outrageous Orange. HEX triplet: EB, 5A and 32. RGB value is (235,90,50). Sum of RGB (Red+Green+Blue) = 235+90+50=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5A32 is #14A5CD. Grayscale: #818181. Windows color (decimal): -1353166 or 3300075. OLE color: 3300075.

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

Color convert

RGB 235 90 50 -
CMYK 0 0.62 0.79 0.08
HSL 12.97º 0.82% 0.56% -
HSV(B) 12.97º 0.79% 0.92% -
XYZ 38.49 25.2 5.85 -
YUV 128.8 83.54 203.75 -
System Red Green Blue C M Y K H S L
Decimal 235 90 50 0 0.62 0.79 0.08 12.97 0.82 0.56
Hex EB 5A 32 0 3E 4F 8 D 52 38
Octal 353 132 62 0 76 117 10 15 122 70
Binary 11101011 1011010 110010 0 111110 1001111 1000 1101 1010010 111000

Color Harmonies of #EB5A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5A32

Black with #EB5A32

Text Example


Text Example

White with #EB5A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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