#EDAC00

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

Shades of Orange #EDAC00

Tints of Orange #EDAC00

Color information

#EDAC00 (or 0xEDAC00) is unknown color: approx Orange. HEX triplet: ED, AC and 00. RGB value is (237,172,0). Sum of RGB (Red+Green+Blue) = 237+172+0=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAC00 is #1253FF. Grayscale: #ACACAC. Windows color (decimal): -1201152 or 44269. OLE color: 44269.

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

Color convert

RGB2371720-
CMYK00.2710.07
HSL43.54º100%46.47%-
HSV(B)43.54º100%92.94%-
XYZ49.6847.516.55-
YUV171.8331.03174.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.95%
GREEN value IS 172 (67.58% from 255) = 42.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.95%
G=42.05%
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
Decimal237172000.2710.0743.5410046.47
HexEDAC001B6472c642e
Octal355254003314475414456
Binary1110110110101100001101111001001111011001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAC00; }

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

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

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

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

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

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

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

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