#EB5622

Color #EB5622 Outrageous Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outrageous Orange #EB5622

Tints of Outrageous Orange #EB5622

Color information

#EB5622 (or 0xEB5622) is unknown color: approx Outrageous Orange. HEX triplet: EB, 56 and 22. RGB value is (235,86,34). Sum of RGB (Red+Green+Blue) = 235+86+34=355 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.20% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5622 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5622 is #14A9DD. Grayscale: #7C7C7C. Windows color (decimal): -1354206 or 2250475. OLE color: 2250475.

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

Color convert

RGB2358634-
CMYK00.630.860.08
HSL15.52º83.4%52.75%-
HSV(B)15.52º85.53%92.16%-
XYZ37.8824.434.23-
YUV124.6276.86206.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 66.20%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 34 (13.67% from 255) = 9.58%
R=66.20%
G=24.23%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.86
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235863400.630.860.0815.5283.452.75
HexEB562203F568105335
Octal35312642077126102012365
Binary111010111010110100010011111110101101000100001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5622; }

 p { color: rgb(235,86,34); }

 H1.HeaderClassName
 {
   color: #EB5622;
 }
 .AnyTagClassName
 {
   color: #EB5622;
 }
</style>
background-color css

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

 a { background-color: rgb(235,86,34); }

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

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

 span { border-color: rgb(235,86,34); }

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