#EDA200

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

Shades of Orange #EDA200

Tints of Orange #EDA200

Color information

#EDA200 (or 0xEDA200) is unknown color: approx Orange. HEX triplet: ED, A2 and 00. RGB value is (237,162,0). Sum of RGB (Red+Green+Blue) = 237+162+0=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA200 is #125DFF. Grayscale: #A6A6A6. Windows color (decimal): -1203712 or 41709. OLE color: 41709.

HSL color Cylindrical-coordinate representation of color #EDA200: hue angle of 41.01º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDA200 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB2371620-
CMYK00.3210.07
HSL41.01º100%46.47%-
HSV(B)41.01º100%92.94%-
XYZ47.8543.855.94-
YUV165.9634.35178.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 59.40%
GREEN value IS 162 (63.67% from 255) = 40.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.40%
G=40.60%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237162000.3210.0741.0110046.47
HexEDA2002064729642e
Octal355242004014475114456
Binary11101101101000100010000011001001111010011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA200; }

 p { color: rgb(237,162,0); }

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

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

 a { background-color: rgb(237,162,0); }

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

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

 span { border-color: rgb(237,162,0); }

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