#edae00

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

Shades of Orange #EDAE00

Tints of Orange #EDAE00

Color information

#EDAE00 (or 0xEDAE00) is unknown color: approx Orange. HEX triplet: ED, AE and 00. RGB value is (237,174,0). Sum of RGB (Red+Green+Blue) = 237+174+0=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 0 (0.39% from 255 or 0% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAE00 is #1251FF. Grayscale: #ADADAD. Windows color (decimal): -1200640 or 44781. OLE color: 44781.

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

Color convert

RGB2371740-
CMYK00.2710.07
HSL44.05º100%46.47%-
HSV(B)44.05º100%92.94%-
XYZ50.0648.286.68-
YUV17330.37173.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.66%
GREEN value IS 174 (68.36% from 255) = 42.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.66%
G=42.34%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237174000.2710.0744.0510046.47
HexEDAE001B6472c642e
Octal355256003314475414456
Binary1110110110101110001101111001001111011001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edae00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edae00; }

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

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

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

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

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

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

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

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