#EDAD04

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

Shades of Orange #EDAD04

Tints of Orange #EDAD04

Color information

#EDAD04 (or 0xEDAD04) is unknown color: approx Orange. HEX triplet: ED, AD and 04. RGB value is (237,173,4). Sum of RGB (Red+Green+Blue) = 237+173+4=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 4 (1.95% from 255 or 0.97% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAD04 is #1252FB. Grayscale: #ADADAD. Windows color (decimal): -1200892 or 306669. OLE color: 306669.

HSL color Cylindrical-coordinate representation of color #EDAD04: hue angle of 43.52º 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 #EDAD04 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB2371734-
CMYK00.270.980.07
HSL43.52º96.68%47.25%-
HSV(B)43.52º98.31%92.94%-
XYZ49.8947.96.73-
YUV172.8732.7173.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.25%
GREEN value IS 173 (67.97% from 255) = 41.79%
BLUE value IS 4 (1.95% from 255) = 0.97%
R=57.25%
G=41.79%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.98
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237173400.270.980.0743.5296.6847.25
HexEDAD401B6272c612f
Octal355255403314275414157
Binary111011011010110110001101111000101111011001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAD04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAD04; }

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

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

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

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

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

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

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

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