#ED3804

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

Shades of Orange Red #ED3804

Tints of Orange Red #ED3804

Color information

#ED3804 (or 0xED3804) is unknown color: approx Orange Red. HEX triplet: ED, 38 and 04. RGB value is (237,56,4). Sum of RGB (Red+Green+Blue) = 237+56+4=297 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.80% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3804 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3804 is #12C7FB. Grayscale: #686868. Windows color (decimal): -1230844 or 276717. OLE color: 276717.

HSL color Cylindrical-coordinate representation of color #ED3804: hue angle of 13.39º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED3804 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB237564-
CMYK00.760.980.07
HSL13.39º96.68%47.25%-
HSV(B)13.39º98.31%92.94%-
XYZ36.3620.842.22-
YUV104.1971.47222.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 79.80%
GREEN value IS 56 (22.27% from 255) = 18.86%
BLUE value IS 4 (1.95% from 255) = 1.35%
R=79.80%
G=18.86%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.98
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23756400.760.980.0713.3996.6847.25
HexED38404C627d612f
Octal355704011414271514157
Binary1110110111100010001001100110001011111011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3804; }

 p { color: rgb(237,56,4); }

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

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

 a { background-color: rgb(237,56,4); }

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

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

 span { border-color: rgb(237,56,4); }

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