Html Css Color HEX #EB582D Outrageous Orange

📋 copy color: '#EB582D'

red 235 ◦ green 88 ◦ blue 45

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

Shades of Outrageous Orange #EB582D

Tints of Outrageous Orange #EB582D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.91%

 BLUE value IS 45 (17.97% from 255) = 12.23%

R = 63.86%
G = 23.91%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB582D (or 0xEB582D) is known color: Outrageous Orange. HEX triplet: EB, 58 and 2D. RGB value is (235,88,45). Sum of RGB (Red+Green+Blue) = 235+88+45=368 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.86% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 235 - color contains mainly: red. Hex color #EB582D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB582D is #14A7D2. Grayscale: #7F7F7F. Windows color (decimal): -1353683 or 2971883. OLE color: 2971883.

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

Color convert

RGB 235 88 45 -
CMYK 0 0.63 0.81 0.08
HSL 13.58º 0.83% 0.55% -
HSV(B) 13.58º 0.81% 0.92% -
XYZ 38.22 24.83 5.26 -
YUV 127.05 81.7 205 -
System Red Green Blue C M Y K H S L
Decimal 235 88 45 0 0.63 0.81 0.08 13.58 0.83 0.55
Hex EB 58 2D 0 3F 51 8 E 53 37
Octal 353 130 55 0 77 121 10 16 123 67
Binary 11101011 1011000 101101 0 111111 1010001 1000 1110 1010011 110111

Color Harmonies of #EB582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB582D

Black with #EB582D

Text Example


Text Example

White with #EB582D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB582D; }

 p { color: rgb(235,88,45); }

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

background-color css

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

 a { background-color: rgb(235,88,45); }

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

border-color css

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

 span { border-color: rgb(235,88,45); }

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