#ECAF0F

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

Shades of Dark Tangerine #ECAF0F

Tints of Dark Tangerine #ECAF0F

Color information

#ECAF0F (or 0xECAF0F) is unknown color: approx Dark Tangerine. HEX triplet: EC, AF and 0F. RGB value is (236,175,15). Sum of RGB (Red+Green+Blue) = 236+175+15=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAF0F is #1350F0. Grayscale: #AFAFAF. Windows color (decimal): -1265905 or 1028076. OLE color: 1028076.

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

Color convert

RGB23617515-
CMYK00.260.940.07
HSL43.44º88.05%49.22%-
HSV(B)43.44º93.64%92.55%-
XYZ50.0148.537.18-
YUV17537.71171.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.40%
GREEN value IS 175 (68.75% from 255) = 41.08%
BLUE value IS 15 (6.25% from 255) = 3.52%
R=55.40%
G=41.08%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361751500.260.940.0743.4488.0549.22
HexECAFF01A5E72b5831
Octal3542571703213675313061
Binary1110110010101111111101101010111101111010111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAF0F; }

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

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

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

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

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

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

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

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