#EDAE0F

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

Shades of Dark Tangerine #EDAE0F

Tints of Dark Tangerine #EDAE0F

Color information

#EDAE0F (or 0xEDAE0F) is unknown color: approx Dark Tangerine. HEX triplet: ED, AE and 0F. RGB value is (237,174,15). Sum of RGB (Red+Green+Blue) = 237+174+15=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAE0F is #1251F0. Grayscale: #AFAFAF. Windows color (decimal): -1200625 or 1027821. OLE color: 1027821.

HSL color Cylindrical-coordinate representation of color #EDAE0F: hue angle of 42.97º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDAE0F is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB23717415-
CMYK00.270.940.07
HSL42.97º88.1%49.41%-
HSV(B)42.97º93.67%92.94%-
XYZ50.1548.317.13-
YUV174.7137.87172.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.63%
GREEN value IS 174 (68.36% from 255) = 40.85%
BLUE value IS 15 (6.25% from 255) = 3.52%
R=55.63%
G=40.85%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371741500.270.940.0742.9788.149.41
HexEDAEF01B5E72b5831
Octal3552561703313675313061
Binary1110110110101110111101101110111101111010111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAE0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAE0F; }

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

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

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

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

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

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

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

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