#EB4507

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

Shades of Orange Red #EB4507

Tints of Orange Red #EB4507

Color information

#EB4507 (or 0xEB4507) is unknown color: approx Orange Red. HEX triplet: EB, 45 and 07. RGB value is (235,69,7). Sum of RGB (Red+Green+Blue) = 235+69+7=311 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.56% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4507 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4507 is #14BAF8. Grayscale: #6F6F6F. Windows color (decimal): -1358585 or 476651. OLE color: 476651.

HSL color Cylindrical-coordinate representation of color #EB4507: hue angle of 16.32º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EB4507 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB235697-
CMYK00.710.970.08
HSL16.32º94.21%47.45%-
HSV(B)16.32º97.02%92.16%-
XYZ36.4321.932.51-
YUV111.5769216.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 75.56%
GREEN value IS 69 (27.34% from 255) = 22.19%
BLUE value IS 7 (3.12% from 255) = 2.25%
R=75.56%
G=22.19%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.97
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23569700.710.970.0816.3294.2147.45
HexEB457047618105e2f
Octal35310570107141102013657
Binary1110101110001011110100011111000011000100001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4507; }

 p { color: rgb(235,69,7); }

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

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

 a { background-color: rgb(235,69,7); }

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

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

 span { border-color: rgb(235,69,7); }

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