#ecaf10

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

Shades of Dark Tangerine #ECAF10

Tints of Dark Tangerine #ECAF10

Color information

#ECAF10 (or 0xECAF10) is unknown color: approx Dark Tangerine. HEX triplet: EC, AF and 10. RGB value is (236,175,16). Sum of RGB (Red+Green+Blue) = 236+175+16=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 16 (6.64% from 255 or 3.75% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAF10 is #1350EF. Grayscale: #AFAFAF. Windows color (decimal): -1265904 or 1093612. OLE color: 1093612.

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

Color convert

RGB23617516-
CMYK00.260.930.07
HSL43.36º87.3%49.41%-
HSV(B)43.36º93.22%92.55%-
XYZ50.0248.537.22-
YUV175.1138.21171.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.27%
GREEN value IS 175 (68.75% from 255) = 40.98%
BLUE value IS 16 (6.64% from 255) = 3.75%
R=55.27%
G=40.98%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361751600.260.930.0743.3687.349.41
HexECAF1001A5D72b5731
Octal3542572003213575312761
Binary11101100101011111000001101010111011111010111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecaf10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecaf10; }

 p { color: rgb(236,175,16); }

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

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

 a { background-color: rgb(236,175,16); }

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

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

 span { border-color: rgb(236,175,16); }

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